import { ProfileDataExtended } from '../interfaces'; import { OrganizationConfiguration } from '../interfaces/config.interface'; export declare const DEFAULT_ORGANIZATION = "_default"; export declare const OPEN_USER_DATA: ProfileDataExtended; export declare const DEFAULT_CONFIG: OrganizationConfiguration;