/** * Takes a filename URL param and returns a string for use in a * `Content-Disposition` header */ export declare function getContentDispositionFilename(filename: string | null): string; //# sourceMappingURL=get-content-disposition-filename.d.ts.map