import { ForgePlatform, ForgeArch } from '@electron-forge/shared-types'; import { RebuildOptions } from 'electron-rebuild'; declare const _default: (buildPath: string, electronVersion: string, platform: ForgePlatform, arch: ForgeArch, config?: Partial) => Promise; export default _default;