import CommandBase from './commandBase';
export default class DeleteDataTypeById extends CommandBase {
    commandName: string;
    method(id: any): any;
}
