export type FtMetadata = { spec: string; name: string; symbol: string; icon: string | null; reference: string | null; reference_hash: string | null; decimals: number; }; interface FtMetadataProps { contractId: string; rpcUrl?: string; } export declare const ftMetadata: ({ contractId, rpcUrl }: FtMetadataProps) => Promise; export {}; //# sourceMappingURL=ftMetadata.d.ts.map