export declare const toTree: (value: unknown, tab?: string, prefix?: string) => string;
export declare const logTree: (value: unknown, tab?: string, prefix?: string) => void;
