import { ApiKeyBasedError } from "./ApiKeyBasedError"; export declare type ApiOtherError = ApiKeyBasedError & { type: "other"; }; //# sourceMappingURL=ApiOtherError.d.ts.map