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