import type * as CandidApi from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; import { Date_ } from "../../commons/types/Date_"; export declare const EraBase: core.serialization.ObjectSchema; export declare namespace EraBase { interface Raw { check_number: string; check_date: Date_.Raw; } }