export interface SyncCiHelperOptions {
    debug?: boolean;
    ci?: boolean;
    yes?: boolean;
}
//# sourceMappingURL=types.d.ts.map