/** * Extracts a filename from a Response's Content-Disposition header. * Returns the filename string if found, otherwise null. */ export declare function filenameFromResponse(response: Response): string;