/** * Protocol bitmask values and priced protocol identifiers. * * Keep these separate from program-id constants so call sites are explicit * about whether they are selecting an integration program or a protocol bit. */ export declare const SYSTEM_PROTOCOL: number; export declare const STAKE_PROTOCOL: number; export declare const JUPITER_SWAP_PROTOCOL: number; export declare const GLAM_MINT_PROTOCOL: number; export declare const SPL_TOKEN_PROTOCOL: number; export declare const CCTP_PROTOCOL: number; export declare const PHOENIX_PROTOCOL: number; export declare const KAMINO_LENDING_PROTOCOL: number; export declare const KAMINO_VAULTS_PROTOCOL: number; export declare const KAMINO_FARMS_PROTOCOL: number; export declare const JUPITER_EARN_PROTOCOL: number; export declare const JUPITER_BORROW_PROTOCOL: number; export declare const ORCA_WHIRLPOOLS_PROTOCOL: number; export declare const LOOPSCALE_BORROW_PROTOCOL: number; export declare const LOOPSCALE_LENDING_PROTOCOL: number; export declare const LOOPSCALE_VAULT_PROTOCOL: number; export declare const LAYERZERO_OFT_PROTOCOL: number; export declare const BRIDGE_MANAGED_TRANSFERS_PROTOCOL = 0; export declare const EPI_PROTOCOL: number; export declare const MARINADE_PROTOCOL: number; export declare const STAKE_POOL_PROTOCOL: number; export declare const SANCTUM_SINGLE_VALIDATOR_STAKE_POOL_PROTOCOL: number; export declare const SANCTUM_MULTI_VALIDATOR_STAKE_POOL_PROTOCOL: number;