import { Snapshot } from 'recoil'; import { SnapshotState } from './types'; export declare function getSnapshotState(snapshot: Snapshot): SnapshotState;