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