interface SetupCIOptions { force?: boolean; strict?: boolean; policy?: boolean; policyTemplate?: string; } export declare function setupCICommand(options?: SetupCIOptions): Promise; export {}; //# sourceMappingURL=setup-ci.d.ts.map