interface ServerConstructorimport { type ServerConstructor } from "https://dotland.deno.dev/x/oak@v12.0.1/mod.ts"; Type ParametersT extends ServerRequestPropertiesprototype: Server<T>Methodsnew<AS extends State = Record<string, any>>(app: Application<AS>, options: Deno.ListenOptions | Deno.ListenTlsOptions): Server<T>