import type { PublicKey } from "@solana/web3.js"; export declare function isNativeMint(mint: PublicKey): boolean;