export declare function getDownloadFileNameFromContentDisposition(cd: string | null | undefined, fallback?: string): string;
