function parseJSONFileimport { parseJSONFile } from "https://deno.land/x/aleph@1.0.0-alpha.58/server/helpers.ts"; parseJSONFile(jsonFile: string): Promise<Record<string, unknown>>ParametersjsonFile: stringReturnsPromise<Record<string, unknown>>