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

5 lines
269 B
Plaintext

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;