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