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