import type { RenderExtensionPoint, Storage } from '@shopify/checkout-ui-extensions'; /** * Returns the key-value `Storage` interface for the extension point. */ export declare function useStorage(): Storage; //# sourceMappingURL=storage.d.ts.map