/** * Human-readable message from integrations service responses. * Backend uses ERROR() → `{ status: false, errors: string | object, meta?: ... }`. */ export declare function getIntegrationApiErrorMessage(error: unknown): string; export declare function toIntegrationApiError(error: unknown): Error;