import { ExtensionApi } from './types'; export declare const EXTENSION_POINT = "WebPixel::Render"; export interface ShopifyGlobal { extend(extensionPoint: typeof EXTENSION_POINT, extend: (api: ExtensionApi) => void): void; } //# sourceMappingURL=globals.d.ts.map