class Contextimport { Context } from "https://deno.land/x/fastro@v0.75.11/mod.ts"; Index Signatures[key: string]: anyPropertiesinfo: Inforender: (options?: RenderOptions) => Response | Promise<Response>send: (data: unknown, status?: number) => Response | Promise<Response>server: Fastro