export declare class RaftIdGenerator { static newId(): string; static dontCareId(): string; }