type AppDomainOptions = { name?: string; domain?: string; primary?: boolean; secondary?: boolean; }; /** * Attaches a domain to the hosted mailbox app, registers Nylas Connect, and * moves the one application-level realtime webhook when the domain is primary. * The previous primary remains active until the new origin is healthy. */ export declare function runAppDomain(opts: AppDomainOptions): Promise; export {}; //# sourceMappingURL=app-domain.d.ts.map