/** * error will be rised on invalid endpoint api invocations */ export declare class APIClientError extends Error { name: string; constructor(...params: any[]); }