import type { CcsApiError } from './types'; export declare const isCcsApiError: (error: unknown) => error is CcsApiError;