import JSONAPIModel from '../util/json-api/JSONAPIModel'; export interface CurrentUserAttributes { 'full-name': string; email: string; } export declare type CurrentUserRelationships = 'location-roles' | 'company-roles'; export declare type CurrentUserModel = JSONAPIModel; //# sourceMappingURL=CurrentUserResource.d.ts.map