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