/** QuarkAi robot accepts named emotions/actions; keep this open for forward-compatible adapters. */ export type Emotion = string; export type RobotAction = string; //# sourceMappingURL=robot.d.ts.map