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