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