export declare const mockNuqsClient: {
    onUrlUpdate: import('vitest').Mock<(...args: any[]) => any>;
    searchParams: {};
};
