import { BigNumber } from "@rarible/types"; import { FlowAddress } from "@rarible/types"; export declare type PayInfo = { account: FlowAddress; value: BigNumber; };