export interface Config {
    changelogs: {
        file: string;
        unreleasedFolder: string;
    };
}
export declare const DefaultConfig: Config;
