export interface StartCiRunArgs { verbose?: boolean; } export declare function startCiRunHandler(args: StartCiRunArgs): Promise;