/** * Tagged template literal for removing indentation from a block of text. * * If the first line is empty, it will be ignored. */ export declare function dedent(strings: TemplateStringsArray, ...values: unknown[]): string; //# sourceMappingURL=dedent.d.ts.map