/**
 * Options for `StreamableFile`
 *
 * @publicApi
 */
export interface StreamableFileOptions {
    type?: string;
    disposition?: string;
    length?: number;
}
