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