type alias LocaleNegotiatorimport { type LocaleNegotiator } from "https://deno.land/x/grammy_i18n@v1.1.0/mod.ts"; Type ParametersoptionalC extends Context = Contextdefinition: (ctx: C) => LocaleId | undefined | PromiseLike<LocaleId | undefined>