import { EntityCommon } from '../db/entities/EntityCommon'; export declare function extractRealm(obj: EntityCommon): string | undefined;