/**
* Removes leading indentation from each line of the text. Also, it some line
* contains only the indentation spaces immediately followed by \n, the line is
* removed entirely.
*/
export declarefunctiondedent(text: string): string;
//# sourceMappingURL=dedent.d.ts.map