export interface LicenceModel {
    issuing_sponsorship_bank?: string;
    sponsorship_bank?: string;
    type?: string;
}
export declare namespace LicenceModel {
    const discriminator: string;
    const attributeTypeMap: Array<{
        name: string;
        baseName: string;
        type: string;
    }>;
}
//# sourceMappingURL=licenceModel.d.ts.map