import * as web3 from "@solana/web3.js"; export declare function withFindOrInitAssociatedTokenAccount(transaction: web3.Transaction, connection: web3.Connection, mint: web3.PublicKey, owner: web3.PublicKey, payer: web3.PublicKey, allowOwnerOffCurve?: boolean): Promise; //# sourceMappingURL=utils.d.ts.map