interface WorkflowResolveOptions { json?: boolean; activate?: boolean; } export declare function workflowResolveCommand(targetPath: string, options?: WorkflowResolveOptions): Promise; export {}; //# sourceMappingURL=workflow.d.ts.map