import { AssetModel } from './asset-model'; export declare function fetchAsset(nid: string): Promise; export declare function hasNftProduct(nid: string): Promise; //# sourceMappingURL=asset-service.d.ts.map