import JSONAPIModel from '../util/json-api/JSONAPIModel'; export interface LocationRoleAttributes { 'role-name': string; 'confirmed-at': string; } export declare type LocationRoleRelationships = 'location'; export declare type LocationRoleModel = JSONAPIModel; //# sourceMappingURL=LocationRoleResource.d.ts.map