import { CoveoPlatformClientError } from '@coveo/platform-client'; import { CLIBaseError } from './cliBaseError'; export declare class APIError extends CLIBaseError { constructor(error: CoveoPlatformClientError, tagLine?: string); }