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