export declare function parseNftFromUrl(url: string): { contractAddress: null; itemId: null; network: null; } | { itemId: string | undefined; contractAddress: string | undefined; network: string | undefined; }; //# sourceMappingURL=utils.d.ts.map