import type { ProblemJson } from '../types'; export declare const NO_BASE_URL_ERROR: Omit; export declare const NO_RESOURCE_PROVIDED_ERROR: Omit; export declare const NO_PATH_MATCHED_ERROR: Omit; export declare const NO_SERVER_MATCHED_ERROR: Omit; export declare const NO_METHOD_MATCHED_ERROR: Omit; export declare const NO_SERVER_CONFIGURATION_PROVIDED_ERROR: Omit;