export interface CommandContainer {
    command: string | string[];
}
//# sourceMappingURL=commands.d.ts.map