export declare function fixCodeIndents(rawCode: string, indent: string): string;
