export declare const enum ValueCertainty {
    Unreliable = 0,
    Questionable = 1,
    Secondary = 2,
    Primary = 3
}
