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<Presence>;
export declare function getDefaultDriver(): Promise<MatchMakerDriver>;
export declare function getDefaultPublicAddress(): string | undefined;
