import type * as CandidApi from "../../../../api/index"; import * as core from "../../../../core"; import type * as serializers from "../../../index"; export declare const BillingProviderCommercialLicenseType: core.serialization.Schema; export declare namespace BillingProviderCommercialLicenseType { type Raw = "0" | "A" | "B" | "C" | "D" | "E" | "F" | "G" | "H" | "I"; }