import { RelationshipClass } from '@jupiterone/integration-sdk-core'; export declare const DATA_ACCOUNT_ENTITY = "DATA_ACCOUNT_ENTITY"; export declare const ACCOUNT_ENTITY_TYPE = "auth0_account"; export declare const Steps: { CLIENTS: string; ACCOUNTS: string; USERS: string; ROLES: string; BUILD_ROLE_RELATIONSHIPS: string; SERVERS: string; }; export declare const Auth0Entities: { AUTH0_CLIENT: { resourceName: string; _type: string; _class: string; }; AUTH0_ACCOUNT: { resourceName: string; _type: string; _class: string; }; AUTH0_USER: { resourceName: string; _type: string; _class: string; }; AUTH0_ROLES: { disableClassMatch: boolean; resourceName: string; _type: string; _class: string; }; AUTH0_SERVER: { resourceName: string; _type: string; _class: string[]; }; }; export declare const Auth0Relationships: { ACCOUNT_HAS_CLIENT: { _type: string; _class: RelationshipClass; sourceType: string; targetType: string; }; ACCOUNT_HAS_USER: { _type: string; _class: RelationshipClass; sourceType: string; targetType: string; }; USER_ASSIGNED_ROLE: { _type: string; _class: RelationshipClass; sourceType: string; targetType: string; }; ROLE_PROTECTS_SERVER: { _type: string; _class: RelationshipClass; sourceType: string; targetType: string; }; }; //# sourceMappingURL=constants.d.ts.map