import type { AnimationLabWorkflowOptions, AnimationLabWorkflowResult } from "./WorkflowTypes"; export declare function createAnimationLabWorkflow(options?: AnimationLabWorkflowOptions): AnimationLabWorkflowResult; //# sourceMappingURL=AnimationLabWorkflow.d.ts.map