declare const _default: { conventionalChangelog: { parserOpts: { noteKeywords: string[]; revertPattern: RegExp; revertCorrespondence: string[]; headerPattern: RegExp; headerCorrespondence: string[]; }; writerOpts: Options; }; parserOpts: { noteKeywords: string[]; revertPattern: RegExp; revertCorrespondence: string[]; headerPattern: RegExp; headerCorrespondence: string[]; }; recommendedBumpOpts: { parserOpts: { noteKeywords: string[]; revertPattern: RegExp; revertCorrespondence: string[]; headerPattern: RegExp; headerCorrespondence: string[]; }; whatBump: (commits: any) => { level: number; reason: string; }; }; writerOpts: Options; gitRawCommitsOpts: { format: string; }; }; export default _default;