import { AccountType } from '../../util/dict'; export declare class VendorCredential { accountType: AccountType; app_id: string; app_secret: string; constructor(accountType: AccountType); }