import { Address, Instruction } from "@solana/kit"; export declare class DeleteNameRegistryInstruction { tag: number; static schema: { struct: { tag: string; }; }; constructor(); serialize(): Uint8Array; getInstruction(programAddress: Address, domainAddress: Address, refundTarget: Address, owner: Address): Instruction; }