import { RecoilURLSyncOptions } from 'recoil-sync';
interface Props {
    shallow?: boolean;
}
export declare function useSyncURLNext({ shallow, }: Props): Partial<Omit<RecoilURLSyncOptions, 'children'>>;
export {};
//# sourceMappingURL=useSyncURLNext.d.ts.map