/** * Removes leading whitespace from each line of a template string. * @param str The string * @returns The string with leading whitespace removed */ export declare function stripIndent(str: string): string;