import * as web3 from "@solana/web3.js"; export declare const getWrapperTokenMint: (token2022Mint: web3.PublicKey) => web3.PublicKey; export declare const getReserveAuthority: (token2022Mint: web3.PublicKey) => web3.PublicKey; export declare const getReserveAuthorityTokenAccount: (token2022Mint: web3.PublicKey) => web3.PublicKey;