import { Address, AccountMeta, AccountSignerMeta, Instruction, Option, TransactionSigner } from "@solana/kit"; export declare const DISCRIMINATOR: Buffer; export interface InitUserMetadataArgs { userLookupTable: Address; } export interface InitUserMetadataAccounts { owner: TransactionSigner; feePayer: TransactionSigner; userMetadata: Address; referrerUserMetadata: Option
; rent: Address; systemProgram: Address; } export declare const layout: import("buffer-layout").Layout; export declare function initUserMetadata(args: InitUserMetadataArgs, accounts: InitUserMetadataAccounts, remainingAccounts?: Array, programAddress?: Address): Instruction | import("@solana/kit").AccountLookupMeta)[]>; //# sourceMappingURL=initUserMetadata.d.ts.map