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