astro-ghostcms/.pnpm-store/v3/files/be/6aad6802af66956a013669c1d5f...

5 lines
269 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
import type { Document } from '../doc/Document.js';
import type { Node } from '../nodes/Node.js';
import type { ToStringOptions } from '../options.js';
export declare function stringifyDocument(doc: Readonly<Document<Node, boolean>>, options: ToStringOptions): string;