import type { DebugOptions, Node } from './types.ts'; export declare function toReactString(node: Node | string, options?: DebugOptions, level?: number): string; export declare function toPropString(key: string, value: unknown, verbosity?: number): string; export declare function nodeName({ type }: Node): string; //# sourceMappingURL=print.d.ts.map