export declare const ALL_CONNECTIONS = "ALL_CONNECTIONS"; export declare function routePush(route: string[] | null, connectionId: string): string[]; export declare function routePop(route: string[] | null, connectionId: string): boolean;