import { type Settings } from "./types/Settings.js";
export declare const OverwriteOption: {
    OVERWRITE: string;
    DONT_OVERWRITE: string;
    DONT_CHECK_EXT: string;
    KEEP_BOTH: string;
    ONLY_TAGS: string;
    ONLY_LOWER_BITRATES: string;
};
export declare const FeaturesOption: {
    NO_CHANGE: string;
    REMOVE_TITLE: string;
    REMOVE_TITLE_ALBUM: string;
    MOVE_TITLE: string;
};
export declare const DEFAULT_SETTINGS: Settings;
export declare function saveSettings(settings: Settings, configFolder: any): void;
export declare function loadSettings(configFolder: string): Settings;
//# sourceMappingURL=settings.d.ts.map