declare global { var MOPS_NETWORK: string; } export declare function getNetwork(): string; export declare function getEndpoint(network: string): { host: string; canisterId: string; };