import { type MatchMakerDriver } from '../matchmaker/LocalDriver/LocalDriver.ts'; import type { Presence } from '../presence/Presence.ts'; export declare function isColyseusCloud(): boolean; export declare function getDefaultPresence(): Promise; export declare function getDefaultDriver(): Promise; export declare function getDefaultPublicAddress(): string | undefined;