import { CommandTemplate } from '../models/commandTemplate'; export interface CommandLoader { loadCommandTemplateBy(filename: string): Promise; }