///
import { web3 } from '@project-serum/anchor';
export declare const getHashedName: (name: string) => Promise;
export declare const getNameAccountKey: (hashed_name: Buffer, nameClass?: web3.PublicKey, nameParent?: web3.PublicKey) => Promise;
export declare const performReverseLookup: (nameAccount: web3.PublicKey) => Promise;