import { Idl } from '@project-serum/anchor';
import { PublicKey } from '@solana/web3.js';
export declare const PROGRAM_ID: PublicKey;
export declare const IDL: HelioIdl;
export declare type HelioIdl = Idl & {
    metadata: {
        address: string;
    };
};
