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