import * as identity from "../context/identity"; declare const _default: { getAppDB: (opts?: any) => any; getDevAppDB: (opts?: any) => any; getProdAppDB: (opts?: any) => any; getAppId: () => any; updateAppId: (appId: string) => Promise; doInAppContext: (appId: string, task: any) => Promise; doInTenant: (tenantId: string | null, task: any) => Promise; identity: typeof identity; }; export = _default;