function logTimeimport { logTime } from "https://deno.land/x/deno_nest@v3.6.1/modules/uinv/mod.ts"; logTime(options?: { str?: string; msg?: string; logger?: Logger; level?: | "debug" | "info" | "warn" | "error"; }): MethodDecoratorParametersoptionaloptions: { str?: string; msg?: string; logger?: Logger; level?: | "debug" | "info" | "warn" | "error"; } = [UNSUPPORTED]ReturnsMethodDecorator