export declare const allMediaTypes: readonly ["image", "audio", "video", "other"]; export declare type MediaType = typeof allMediaTypes[number];