import { type LapGateDeps } from './gate.js'; /** @deprecated Use `LapGateDeps` from `./gate.js`. */ export type LapMessageDeps = LapGateDeps; export declare const handleLapMessage: (req: Request, deps: LapGateDeps) => Promise; //# sourceMappingURL=message.d.ts.map