import { Journal } from "./journal.js"; import { Fixture, HandlerDefaults } from "./types.js"; import http from "node:http"; //#region src/fal-audio.d.ts declare function handleFalQueue(req: http.IncomingMessage, res: http.ServerResponse, body: string, pathname: string, fixtures: Fixture[], defaults: HandlerDefaults, journal: Journal): Promise; //#endregion export { handleFalQueue }; //# sourceMappingURL=fal-audio.d.ts.map