import { LevelTypeEnum } from './LevelTypeEnum';
/** Support level of an account */
export interface Level {
    /** Level of support */
    level: LevelTypeEnum;
}
//# sourceMappingURL=Level.d.ts.map