import { Connection, PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare function createReverseTwitterRegistry(connection: Connection, twitterHandle: string, twitterRegistryKey: PublicKey, verifiedPubkey: PublicKey, payerKey: PublicKey): Promise;