/** * Handler definitions matching handlers.go * * IMPORTANT: The order of handlers matters! They must match the exact order in handlers.go * to ensure 1:1 parsing behavior. */ import { Handler } from './types.js'; /** * All handlers in the exact order as handlers.go * * Start porting from line 284 of handlers.go */ export declare const handlers: Handler[]; //# sourceMappingURL=handlers.d.ts.map