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