import { Protocol } from 'electron' export function createProtocol(scheme: string, customProtocol?: Protocol): void export function installVueDevtools(forceDownload?: boolean): Promise<string>