export declare function useShopifyReady({ onShopifyInitialised, }: { onShopifyInitialised: () => void; }): void;