export declare class CitationIds {
    static STANDARD_CITATION_ID: number;
    static MINIMUM_CITATION_ID: number;
    static CitationIDNoPlateFound: number;
    static CitationIDNoCitationsFound: number;
}
