import { Address, AccountMeta, AccountSignerMeta, Instruction } from "@solana/kit"; export declare const DISCRIMINATOR: Buffer; export interface CalculateCtokenExchangeRateAccounts { reserve: Address; } export declare function calculateCtokenExchangeRate(accounts: CalculateCtokenExchangeRateAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=calculateCtokenExchangeRate.d.ts.map