import { Node, ToLogStringOptions } from './types'; export declare const toLogString: (node: Node, options?: ToLogStringOptions) => string;