import { RaftEngine } from './RaftEngine';
import { RaftState } from './RaftState';
export type RaftLeaderStateContext = {
    raftEngine: RaftEngine;
};
export declare function createRaftLeaderState(context: RaftLeaderStateContext): RaftState;
//# sourceMappingURL=RaftLeaderState.d.ts.map