export { isClientSideRoutable }; import type { GlobalContextClientInternal } from './getGlobalContextClientInternal.js'; import type { PageFile } from '../../shared-server-client/getPageFiles.js'; import '../assertEnvClient.js'; declare function isClientSideRoutable(pageId: string, pageContext: { _globalContext: GlobalContextClientInternal; _pageFilesAll: PageFile[]; }): Promise;