export declare const MusicOnlyOutputFormats: { readonly Mp348000128: "mp3_48000_128"; readonly Mp348000192: "mp3_48000_192"; readonly Mp348000240: "mp3_48000_240"; readonly Mp348000320: "mp3_48000_320"; }; export type MusicOnlyOutputFormats = (typeof MusicOnlyOutputFormats)[keyof typeof MusicOnlyOutputFormats];