import type { CreateStoreDTO } from "@medusajs/framework/types"; export declare const createStoresStepId = "create-stores"; /** * This step creates one or more stores. * * @example * const data = createStoresStep([{ * name: "Acme" * }]) */ export declare const createStoresStep: import("@medusajs/framework/workflows-sdk").StepFunction; //# sourceMappingURL=create-stores.d.ts.map