declare class HumanLoop { options: { method: "ipc" | "cli"; } | undefined; constructor(); getFeedback({ message }: { message: string; }): Promise; } export declare const humanLoop: HumanLoop; export {}; //# sourceMappingURL=index.d.ts.map