import { AxiosError } from 'axios'; import { ErrorEndpoint, PdlError } from './types/error-types.js'; declare const check: (params: unknown, basePath: string, apiKey: string, type: string | null, endpoint: ErrorEndpoint) => Promise; declare const errorHandler: (error: AxiosError) => PdlError; export { check, errorHandler }; //# sourceMappingURL=errors.d.ts.map