import { Address, Instruction, Rpc, SolanaRpcApi, TransactionSigner } from '@solana/kit'; import { KaminoMarket } from '../classes'; export declare const getInitAllReferrerTokenStateIxs: ({ payer, kaminoMarket, referrer, }: { payer: TransactionSigner; kaminoMarket: KaminoMarket; referrer?: Address; }) => Promise | import("@solana/kit").AccountLookupMeta)[]>[]>; export declare const getInitReferrerStateAndShortUrlIxs: ({ referrer, shortUrl, programId, }: { referrer: TransactionSigner; shortUrl: string; programId: Address; }) => Promise | import("@solana/kit").AccountLookupMeta)[]>>; export declare const getDeleteReferrerStateAndShortUrlIxs: ({ referrer, rpc, programId, }: { referrer: TransactionSigner; rpc: Rpc; programId: Address; }) => Promise; //# sourceMappingURL=instructions.d.ts.map