import { Address, Instruction } from "@solana/kit"; export declare class registerFavoriteInstruction { tag: number; static schema: { struct: { tag: string; }; }; constructor(); serialize(): Uint8Array; getInstruction(programAddress: Address, nameAccount: Address, favouriteAccount: Address, owner: Address, systemProgram: Address, optParent?: Address): Instruction; }