declare const _default: {
    id: string;
    name: string;
    moduleToImportFromWhenRemote: string;
    importsWhenRemote: string[];
    fields: {
        proxyToken: {
            type: "id";
            label: string;
        };
        locationId: {
            type: "id";
            options: undefined;
        };
        personId: {
            type: "id";
            options: undefined;
        };
        organizationId: {
            type: "id";
            options: undefined;
        };
        skillId: {
            type: "id";
            options: undefined;
        };
        roleId: {
            type: "id";
            options: undefined;
        };
    };
};
export default _default;
