import { NFTLifecycleContextType, NFTLifecycleProviderProps } from '../types'; export declare const NFTLifecycleContext: import('react').Context; export declare function useNFTLifecycleContext(): NFTLifecycleContextType; export declare function NFTLifecycleProvider({ type, onStatus, onError, onSuccess, children, }: NFTLifecycleProviderProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=NFTLifecycleProvider.d.ts.map