/** * Logs a message to the renderer's console. Useful for sanity checks during * test runs and for asserting that a command actually reached the right window. */ export declare const consoleLog: import("../types").CommandModule;