/** * Achieves the same thing as https://www.npmjs.com/package/outdent, but a little cleaner */ export declare function outdent(contents: string): string; //# sourceMappingURL=../../src/helpers/outdent.d.ts.map