export type WorkflowDefinition = { id: string; description: string; risky: boolean; allowRemote: boolean; command(cacheTypes: string[]): string[]; };