import { JsonApiErrorObject } from '../interfaces/json-api'; import { ResultError } from '../http'; export declare function getURL(baseURL: string, path: string, orgId?: string): string; export declare function generateErrorWithDetail(error: JsonApiErrorObject, statusCode: number, apiName: string): ResultError;