import { Connection, Keypair, PublicKey, Transaction } from '@solana/web3.js'; /** * Get the Transaction/instrutions for creating a Wrapped SOL account. */ export declare const createWrappedNativeAccountInstructions: (connection: Connection, payer: PublicKey, owner: PublicKey, amount: number) => Promise<[Transaction, Keypair]>; //# sourceMappingURL=createWrappedNativeAccountInstruction.d.ts.map