import { RawResponse } from '../interfaces/raw-response';
export declare function isRawResponse<T>(value: any): value is RawResponse<T>;
