export { assertClientRouting }; export { assertServerRouting }; export { checkIfClientRouting }; declare function assertClientRouting(): void; declare function checkIfClientRouting(): boolean; declare function assertServerRouting(): void;