import type { Editor } from '@shopify/checkout-ui-extensions'; /** * Returns information about the editor where the extension is being rendered. */ export declare function useExtensionEditor(): Editor | undefined; //# sourceMappingURL=extension-editor.d.ts.map