/** Payment method creation sub-type enum */
export declare enum CreationSubTypeEnum {
    'CHORUS' = "CHORUS",
    'NONE' = "NONE"
}
//# sourceMappingURL=CreationSubTypeEnum.d.ts.map