import type { ApiForExtension, ExtensionTarget } from '@shopify/ui-extensions/checkout'; /** * Creates a complete mock API for a checkout extension target. * * Each entry in the factory map is type-checked by TypeScript against * the concrete `ApiForExtension` for that target. Indexing the mapped * type with generic `T` preserves the relationship, so no cast is needed. */ export declare function createMockCheckoutTargetApi(target: T): ApiForExtension; //# sourceMappingURL=factories.d.ts.map