/** 1 billion lamports per SOL */
export declare const LAMPORTS_PER_SOL = 1000000000;
/**
 * Genesis hash for Solana network clusters
 */
export declare const GENESIS_HASH: {
    mainnet: string;
    devnet: string;
    testnet: string;
};
//# sourceMappingURL=const.d.ts.map