import { GeolocationGetLocation200Response, GeolocationGetLocationDefaultResponse } from "./responses.js"; export declare function isUnexpected(response: GeolocationGetLocation200Response | GeolocationGetLocationDefaultResponse): response is GeolocationGetLocationDefaultResponse; //# sourceMappingURL=isUnexpected.d.ts.map