import { PublicKey, Connection } from "@solana/web3.js"; import { NftRecord } from "./state"; export declare const retrieveRecords: (connection: Connection, owner: PublicKey) => Promise;