import { Address, AccountMeta, AccountSignerMeta, Instruction, TransactionSigner } from "@solana/kit"; export declare const DISCRIMINATOR: Buffer; export interface SeedDepositOnInitReserveAccounts { signer: TransactionSigner; lendingMarket: Address; reserve: Address; reserveLiquidityMint: Address; reserveLiquiditySupply: Address; initialLiquiditySource: Address; liquidityTokenProgram: Address; } export declare function seedDepositOnInitReserve(accounts: SeedDepositOnInitReserveAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=seedDepositOnInitReserve.d.ts.map