declare function downloadByData(data: BlobPart, filename: string, mime?: string, bom?: BlobPart): void;

export { downloadByData };
