import { Ledger } from '../hooks-types';
export declare const hooksOutput: ({ state, id, previousState, }: Ledger) => any;
