import { Connection, PublicKey, TransactionInstruction } from "@solana/web3.js"; export declare function createVerifiedTwitterRegistry(connection: Connection, twitterHandle: string, verifiedPubkey: PublicKey, space: number, // The space that the user will have to write data into the verified registry payerKey: PublicKey): Promise;