import type { NabiDoc } from '../schema/types.js'; import { type ImportOptions, type ParseNode } from './import.js'; export declare function parseNodes(html: string): ParseNode[]; export declare function parseHtml(html: string, options: ImportOptions): NabiDoc; //# sourceMappingURL=parse.d.ts.map