export declare const Action: { readonly Assistant: "assistant"; readonly Completion: "completion"; readonly Evaluate: "evaluate"; readonly Workflow: "workflow"; }; export type Action = typeof Action[keyof typeof Action];