export declare const removeComments: (code: string) => string; export declare const renameLocals: (code: string) => string; export declare const removeWhiteSpace: (code: string) => string;