interface Outdentimport { type Outdent } from "https://dotland.deno.dev/x/lume@v2.4.2/deps/outdent.ts"; Call Signatures(strings: TemplateStringsArray, ...values: Array<any>): stringRemove indentation from a template literal. (options: Options): OutdentCreate and return a new Outdent instance with the given options. Methodsstring(str: string): stringRemove indentation from a string