import { AuthParams, FileType } from '@zeniai/client-epic-state'; export interface Props { authParams: AuthParams; fileType: FileType; urlEndPoint: string; } export declare function fetchRequest(props: Props): Promise; export declare function getFileNameFromResponseHeaders(responseHeaders: any, defaultFileName: string): string;