export interface FixCiArgs { verbose?: boolean; } export declare function fixCiHandler(args: FixCiArgs): Promise;