/**
 * Get the runtime executable for the IDE, like WebStorm or VSCode
 * @returns
 */
export declare function getRuntimeExecutableForIde(allowGlobal?: boolean): Promise<string | undefined>;
