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