import type { Extension } from '@shopify/checkout-ui-extensions'; /** * Returns the metadata about the extension. */ export declare function useExtension(): Extension; /** * Returns the metadata about the extension. */ export declare function useExtensionData(): Extension; //# sourceMappingURL=extension.d.ts.map