type alias CustomParserimport { type CustomParser } from "https://deno.land/x/deno@v0.22.0/std/prettier/vendor/index.d.ts"; definition: (text: string,parsers: Record<BuiltInParserName, BuiltInParser>,options: Options,) => AST