/** * Tell the renderer to execute a command * */ declare const tellRendererToExecute: (command: string, exec?: string) => Promise; export default tellRendererToExecute;