declare class APIError extends Error { private msg; private code; constructor(code: number, messages: string[]); print(): string; }