import { Connection } from "@solana/web3.js"; import { Record } from "../types/record"; import { NameRegistryState } from "../state"; export declare function getRecord(connection: Connection, domain: string, record: Record, deserialize: true): Promise; export declare function getRecord(connection: Connection, domain: string, record: Record, deserialize?: false): Promise;