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