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