import { MetadataByMint } from './arweave.model';
export declare const getArweaveMetadataByMint: (tokenMints: string[], endpoint: string) => Promise<MetadataByMint>;
