import { PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare class burnInstruction { tag: number; static schema: { struct: { tag: string; }; }; constructor(); serialize(): Uint8Array; getInstruction(programId: PublicKey, nameServiceId: PublicKey, systemProgram: PublicKey, domain: PublicKey, reverse: PublicKey, resellingState: PublicKey, state: PublicKey, centralState: PublicKey, owner: PublicKey, target: PublicKey): TransactionInstruction; }