import { CreateCodeConfig, TsNode } from "./TsNodeFactory"; export declare function toArray(map: Map): any[]; export declare const EMPTY_LINE = ""; export declare function tsNodesToLines(tsNodes: TsNode[], config: CreateCodeConfig): string[]; export declare function tsNodeToLines(tsNode: TsNode, config: CreateCodeConfig): string[]; export declare function sstr(text: string): string; export declare function dstr(text: string): string; export declare function tstr(text: string): string;