import BN from "bn.js"; export declare const U8_MAX: BN; export declare const U16_MAX: BN; export declare const U32_MAX: BN; export declare const U64_MAX: BN; export declare const U128_MAX: BN; export declare const HERMES_PUBLIC_ENDPOINT = "https://hermes.pyth.network"; export declare const SOLANA_DEVNET_ENDPOINT = "https://api.devnet.solana.com"; export declare const SOLANA_MAINNET_ENDPOINT = "https://api.mainnet-beta.solana.com";