import type { BigNumberish, Signer } from 'ethers'; export declare const depositNoriUSDC: ({ hre, contracts, to, amount, signer, }: { hre: CustomHardHatRuntimeEnvironment; contracts: RequiredKeys; to: string; amount: BigNumberish; signer: Signer; }) => Promise; export declare const mockDepositNoriToPolygon: ({ hre, contracts, to, amount, signer, }: { hre: CustomHardHatRuntimeEnvironment; contracts: RequiredKeys; to: string; amount: BigNumberish; signer: Signer; }) => Promise;