export declare const people: { links: { self: string; next: string; }; data: ({ type: string; id: string; attributes: { accounting_administrator: boolean; anniversary: null; avatar: string; birthdate: null; can_create_forms: boolean; can_email_lists: boolean; child: boolean; created_at: string; demographic_avatar_url: string; directory_status: string; first_name: string; gender: null; given_name: null; grade: null; graduation_year: null; inactivated_at: null; last_name: string; medical_notes: null; membership: null; middle_name: null; name: string; nickname: string; passed_background_check: boolean; people_permissions: null; remote_id: null; resource_permission_flags: { can_access_workflows: boolean; }; school_type: null; site_administrator: boolean; status: string; updated_at: string; }; relationships: { primary_campus: { data: { type: string; id: string; }; }; gender: { data: null; }; emails: { links: { related: string; }; data: { type: string; id: string; }[]; }; phone_numbers: { links: { related: string; }; data: { type: string; id: string; }[]; }; }; links: { self: string; html: string; }; } | { type: string; id: string; attributes: { accounting_administrator: boolean; anniversary: null; avatar: string; birthdate: null; can_create_forms: boolean; can_email_lists: boolean; child: boolean; created_at: string; demographic_avatar_url: string; directory_status: string; first_name: string; gender: null; given_name: null; grade: null; graduation_year: null; inactivated_at: null; last_name: string; medical_notes: null; membership: null; middle_name: null; name: string; nickname: null; passed_background_check: boolean; people_permissions: null; remote_id: null; resource_permission_flags: { can_access_workflows: boolean; }; school_type: null; site_administrator: boolean; status: string; updated_at: string; }; relationships: { primary_campus: { data: { type: string; id: string; }; }; gender: { data: null; }; emails: { links: { related: string; }; data: { type: string; id: string; }[]; }; phone_numbers: { links: { related: string; }; data: { type: string; id: string; }[]; }; }; links: { self: string; html: string; }; } | { type: string; id: string; attributes: { accounting_administrator: boolean; anniversary: null; avatar: string; birthdate: null; can_create_forms: boolean; can_email_lists: boolean; child: boolean; created_at: string; demographic_avatar_url: string; directory_status: string; first_name: string; gender: null; given_name: null; grade: null; graduation_year: null; inactivated_at: null; last_name: string; medical_notes: null; membership: null; middle_name: null; name: string; nickname: null; passed_background_check: boolean; people_permissions: null; remote_id: null; resource_permission_flags: { can_access_workflows: boolean; }; school_type: null; site_administrator: boolean; status: string; updated_at: string; }; relationships: { primary_campus: { data: null; }; gender: { data: null; }; emails: { links: { related: string; }; data: { type: string; id: string; }[]; }; phone_numbers: { links: { related: string; }; data: never[]; }; }; links: { self: string; html: string; }; } | { type: string; id: string; attributes: { accounting_administrator: boolean; anniversary: null; avatar: string; birthdate: null; can_create_forms: boolean; can_email_lists: boolean; child: boolean; created_at: string; demographic_avatar_url: string; directory_status: string; first_name: string; gender: null; given_name: null; grade: null; graduation_year: null; inactivated_at: null; last_name: string; medical_notes: null; membership: null; middle_name: string; name: string; nickname: null; passed_background_check: boolean; people_permissions: null; remote_id: null; resource_permission_flags: { can_access_workflows: boolean; }; school_type: null; site_administrator: boolean; status: string; updated_at: string; }; relationships: { primary_campus: { data: { type: string; id: string; }; }; gender: { data: null; }; emails: { links: { related: string; }; data: { type: string; id: string; }[]; }; phone_numbers: { links: { related: string; }; data: { type: string; id: string; }[]; }; }; links: { self: string; html: string; }; })[]; included: ({ type: string; id: string; attributes: { address: string; blocked: boolean; created_at: string; location: string; primary: boolean; updated_at: string; carrier?: undefined; country_code?: undefined; e164?: undefined; international?: undefined; national?: undefined; number?: undefined; }; relationships: { person: { data: { type: string; id: string; }; }; }; links: { self: string; }; } | { type: string; id: string; attributes: { carrier: null; country_code: string; created_at: string; e164: string; international: string; location: string; national: string; number: string; primary: boolean; updated_at: string; address?: undefined; blocked?: undefined; }; relationships: { person: { data: { type: string; id: string; }; }; }; links: { self: string; }; })[]; meta: { total_count: number; count: number; next: { offset: number; }; can_order_by: string[]; can_query_by: string[]; can_include: string[]; can_filter: string[]; parent: { id: string; type: string; }; }; }; //# sourceMappingURL=mockData.d.ts.map