/** The MIME type of the encoded audio. */ export declare const InlineAudioReferenceMimeType: { readonly AudioMpeg: "audio/mpeg"; readonly AudioWav: "audio/wav"; }; export type InlineAudioReferenceMimeType = (typeof InlineAudioReferenceMimeType)[keyof typeof InlineAudioReferenceMimeType];