import { APIResponse } from '../type'; export declare function isRawAPIResponse(response: unknown): response is APIResponse;