export declare function join(maybeArray?: any[], separator?: string): string; export declare function block(array: any[]): string; export declare function wrap(start: string, maybeString?: string, end?: string): string; export declare function indent(maybeString?: string): string | undefined; export declare function commentBlockContent(commentString: string): string; export declare function unifyPaths(uri: string): string; //# sourceMappingURL=printing.d.ts.map