import { PublicKey, TransactionInstruction } from "@solana/web3.js"; import { Numberu32 } from "../int"; export declare function reallocInstruction(nameProgramId: PublicKey, systemProgramId: PublicKey, payerKey: PublicKey, nameAccountKey: PublicKey, nameOwnerKey: PublicKey, space: Numberu32): TransactionInstruction;