import { FinalExecutionOutcome } from 'near-api-js/lib/providers'; import { Account } from 'near-api-js'; export default function deployToAurora({ nep141Address, options }: { nep141Address: string; options?: { nearAccount?: Account; auroraEvmAccount?: string; }; }): Promise; //# sourceMappingURL=deploy.d.ts.map