/** * Removes indentation from code lines. */ export declare const unindent: (lines: string[]) => string[]; //# sourceMappingURL=string.d.ts.map