export declare class Executable extends Function {
    constructor(name: string, body: string);
}
