import type { ExtensionSettings } from '@shopify/checkout-ui-extensions'; /** * Returns the setting values defined by the merchant for the extension. */ export declare function useSettings(): Partial; //# sourceMappingURL=settings.d.ts.map