export declare const getContentType: (res: Response) => string | null; export declare const isJson: (str: string | null | undefined) => boolean | "" | null | undefined; export declare const isStream: (str: string | null | undefined) => boolean | "" | null | undefined;