export declare const ServerVersions: { readonly latest: "999.999.999"; readonly earliest: "0.0.0"; }; export declare const ALL_SERVER_VERSIONS: ("999.999.999" | "0.0.0")[]; export declare const ALL_TOPOLOGIES: readonly ["ReplSet", "Standalone", "Sharded", "LoadBalanced"]; export type Topologies = (typeof ALL_TOPOLOGIES)[number]; import type { ReplPlatform } from '@mongosh/service-provider-core'; export declare const ALL_PLATFORMS: ReplPlatform[]; export declare const ALL_API_VERSIONS: number[]; export declare const CURSOR_FLAGS: { 2: string; 4: string; 8: string; 16: string; 32: string; 64: string; 128: string; }; export declare const shellApiType: unique symbol; export declare const asPrintable: unique symbol; export declare const namespaceInfo: unique symbol; export declare const ADMIN_DB = "admin";