import { type SchemaEnv } from '../schema/env.js'; import { type ElementNode, type NabiDoc } from '../schema/types.js'; import type { ImportOptions } from './import.js'; export declare function fragmentOf(doc: NabiDoc): readonly ElementNode[]; export declare function pasteFragment(html: string, options: ImportOptions): readonly ElementNode[]; export declare function singleLumpOf(fragment: readonly ElementNode[], env: SchemaEnv): ElementNode | null; //# sourceMappingURL=paste.d.ts.map