interface IOptions {
    mimeType?: string;
    sampleRate?: number;
}

export type { IOptions as I };
