export type CleanOperation = {
    selector: RegExp;
    fix: (...matches: string[]) => string;
};
export declare const CLEAN_OPERATIONS: CleanOperation[];
//# sourceMappingURL=clean-operations.d.ts.map