export { TOKEN_PROGRAM_ADDRESS, ASSOCIATED_TOKEN_PROGRAM_ADDRESS } from '@solana-program/token'; export { TOKEN_2022_PROGRAM_ADDRESS } from '@solana-program/token-2022'; /** Address of the special mint for wrapped native SOL in spl-token */ export declare const NATIVE_MINT_ADDRESS: import("@solana/kit").Address<"So11111111111111111111111111111111111111112">; /** Address of the special mint for wrapped native SOL in spl-token-2022 */ export declare const NATIVE_MINT_2022_ADDRESS: import("@solana/kit").Address<"9pan9bMn5HatX4EJdBwg9VgCa7Uz5HL8N1m5D3NdXejP">;