export declare enum ProofOfDeliveryFormat {
    Pdf = "PDF",
    Png = "PNG"
}
