export * from './getDomain.ts'; export declare const domain: { getDomain: (options: import("./getDomain.ts").DataDomainOptions) => Promise; };