export declare abstract class Executable { abstract execute(...args: any[]): void; }