import type { Express } from "express"; export declare function humanLoopRoute(app: Express): void; export declare function getFeedbackUsingIPC(message: string): Promise; //# sourceMappingURL=ipc.d.ts.map