export interface StreamableFileOptions {
    type?: string;
    disposition?: string;
}
