import { MedusaContainer } from "@jackchim/types"; import { ResourceLoader } from "../utils/resource-loader"; export declare class WorkflowLoader extends ResourceLoader { protected resourceName: string; constructor(sourceDir: string | string[], container: MedusaContainer); protected onFileLoaded(path: string, fileExports: Record): Promise; /** * Load workflows from the source paths, workflows are registering themselves, * therefore we only need to import them */ load(): Promise; } //# sourceMappingURL=workflow-loader.d.ts.map