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