import { PublicKey } from '@solana/web3.js';
export declare const PROGRAM_ID_CLI: PublicKey;
export declare let WHIRLPOOL_PROGRAM_ID: PublicKey;
export declare const setWhirlpoolsProgramId: (programId: PublicKey) => void;
