export declare enum QrSwissPaymentContentFormat {
    Plain = "plain",
    Json = "json"
}
