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