import { PublicKey } from '@xoneorg/web3.js'; /** Address of the HPL Token program */ export declare const TOKEN_PROGRAM_ID: PublicKey; /** Address of the HPL Associated Token Account program */ export declare const ASSOCIATED_TOKEN_PROGRAM_ID: PublicKey; /** Address of the special mint for wrapped native HUIONE in hpl-token */ export declare const NATIVE_MINT: PublicKey; /** Address of the special mint for wrapped native HUIONE in hpl-token */ export declare const NATIVE_MINT_METS: PublicKey; export declare const SYSTEM_PROGRAM_ID: PublicKey; //# sourceMappingURL=constants.d.ts.map