import type { Config } from "../types/index.js"; export declare const DEFAULT_BOT_AUTHORS: string[]; export declare const DEFAULT_COMMIT_TEMPLATE = "chore(bugbot): fix review findings [cycle {cycle}]"; export declare const DEFAULT_CONFIG: Config; //# sourceMappingURL=defaults.d.ts.map