/**
 * Static definitions of a namespace + utils
 */
export type * as Namespace from './namespace';
/**
 * Static definitions of a UID
 */
export type * as UID from './uid';
/**
 * Registry utilities (Keys, etc...)
 */
export type * as Registry from './registry';
//# sourceMappingURL=index.d.ts.map