export declare enum BisacReturnableIndicator {
    N = "N",
    Y = "Y",
    S = "S",
    C = "C"
}
