import type { DocumentClientState } from '../../utils/types.ts'; export declare function htmlEditorPage(options: { state: DocumentClientState | null; fallbackPath?: string; }): Response; //# sourceMappingURL=htmlEditorPage.d.ts.map