import type { Ledger } from '../types';
import { RecoilState, SerializableParam } from 'recoil';
export declare const ledger: Ledger<RecoilState<any>, any, SerializableParam>;
