export declare function indent(s: string, char: string, amount: number): string; export declare function getIndentation(line: string): string | undefined;