import { PublicKey } from "@solana/web3.js"; import { QuantityContext } from "./models/QuantityContext"; export declare const PORT_LENDING: PublicKey; export declare const PORT_STAKING: PublicKey; export declare const DEFAULT_PORT_LENDING_MARKET: PublicKey; export declare const PORT_QUANTITY_CONTEXT: QuantityContext; export declare const MARKET_MAP: Record; //# sourceMappingURL=constants.d.ts.map