///
///
import { Buffer } from "buffer";
import { PublicKey, TransactionInstruction } from "@solana/web3.js";
export declare function changeTwitterRegistryData(twitterHandle: string, verifiedPubkey: PublicKey, offset: number, // The offset at which to write the input data into the NameRegistryData
input_data: Buffer): Promise;