import { ForgeArch, ForgePlatform } from '@electron-forge/shared-types';
export default function parseArchs(platform: ForgePlatform | string, declaredArch: ForgeArch | 'all' | string, electronVersion: string): ForgeArch[];
//# sourceMappingURL=parse-archs.d.ts.map