export interface CommonCLIOptions {
    silent?: boolean;
    debug?: boolean;
}
//# sourceMappingURL=types.d.ts.map