import type { Pathname } from './types.js'; export declare function addUrlServedFromNetwork(clientId: string, pathname: Pathname): void; export declare function isUrlServedFromNetworkForClient(clientId: string, pathname: Pathname): boolean; export declare function removeUrlServedFromNetwork(clientId: string, pathname: Pathname): void;