import { CIPCheck } from '../CIPCheck'; export declare class CIPCheckResponse { data: CIPCheck; included: any[]; }