export declare enum IsPolicyAllowInsertEnum {
    Y = "Y",
    N = "N"
}
export declare enum IsPolicyAllowUpdateEnum {
    Y = "Y",
    N = "N"
}
export declare enum IsPolicyActiveEnum {
    Y = "Y",
    N = "N"
}
