declare function getIndentationForDepth(depth: number): string; declare function makePropertyLogger(indentationForDepth: string): (textEntry: string, tabCount: number, key: string, value?: any) => string; export { getIndentationForDepth, makePropertyLogger };