export declare const getGlobalDBName: (tenantId?: string) => string; export declare const baseGlobalDBName: (tenantId: string | undefined | null) => string;