export declare const getDownloadBehaviorSetting: (downloadBehavior: { type: "play-in-browser"; } | { type: "download"; fileName: string | null; }) => Record;