import type { CustomCloudEndpoint } from './CustomCloudEndpoint'; export declare type CloudToken = { eventPortal: CustomCloudEndpoint; cloud: CustomCloudEndpoint; };