export declare enum QrSwissPaymentPdfMode {
    AddToPage = "addToPage",
    InsertBefore = "insertBefore",
    AppendAtEnd = "appendAtEnd"
}
