export declare const AUTH_CALLBACKS = "AuthCallbacks"; export interface AuthCallbacks { buildUserRolesList?(profileData: any): string[]; buildUserPropertiesObject?(profileData: any): any; }