export declare enum QrSwissPaymentSeparator {
    DottedLine = "dottedLine",
    DashedLineWithScissors = "dashedLineWithScissors",
    SolidLine = "solidLine",
    DashedLine = "dashedLine",
    DottedLineWithScissors = "dottedLineWithScissors",
    None = "none",
    SolidLineWithScissors = "solidLineWithScissors"
}
