import { ForgePlatform, ForgeArch } from '@electron-forge/shared-types'; export default function parseArchs(platform: ForgePlatform | string, declaredArch: ForgeArch | 'all' | string, electronVersion: string): ForgeArch[];