export declare function Log(log: any): void; export declare function Warning(warning: string): void; export declare function Created(filename: string): void; export declare function RunCommand(command: string): void;