type alias Encodeimport { type Encode } from "https://deno.land/x/path_to_regexp@v7.1.0/index.ts"; Encode a string into another string. definition: (value: string) => string