import type { TransactionRequest, ethers, TransactionLike } from "ethers"; export declare function populate(signer: ethers.Signer, tx: TransactionRequest): Promise>; //# sourceMappingURL=populate.d.ts.map