import type * as CandidApi from "../../../index"; export type EraId = string & { EraId: void; }; export declare function EraId(value: string): CandidApi.EraId;