import JSONAPIModel from '../util/json-api/JSONAPIModel'; export interface CompanyRoleAttributes { 'role-name': string; 'confirmed-at': string; } export declare type CompanyRoleRelationships = 'company'; export declare type CompanyRoleModel = JSONAPIModel; //# sourceMappingURL=CompanyRoleResource.d.ts.map