export declare function applyCustomStylePatch(html: string): string;
export declare function regressifyProcess(command: 'approve' | 'reference' | 'test' | 'snapshot', args: string[]): Promise<void>;
export declare function patchCompare(): void;
