import { PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare class registerFavoriteInstruction { tag: number; static schema: { struct: { tag: string; }; }; constructor(); serialize(): Uint8Array; getInstruction(programId: PublicKey, nameAccount: PublicKey, favouriteAccount: PublicKey, owner: PublicKey, systemProgram: PublicKey, optParent?: PublicKey): TransactionInstruction; }