import type { NamedSchemaError } from "@reduxjs/toolkit/query"; type SchemaFailureHandler = { apiName: string; endpoint: string; error: NamedSchemaError; }; export declare const onSchemaFailure: ({ apiName, endpoint, error }: SchemaFailureHandler) => void; export {}; //# sourceMappingURL=onSchemaFailure.d.ts.map