import { TableState } from "./types"; export declare function read(key: string): Partial; export declare function write(key: string, state: Partial): void; //# sourceMappingURL=query-param-sync.d.ts.map