export default class DecoratorExample { runCommand({ cmd }: { cmd: any; }, context: any): Promise>; }