/**
 * All the Stripe versions that are supported by this library
 */
export declare enum SupportedVersions {
    V3 = "v3"
}
