function parseJSONFileimport { parseJSONFile } from "https://dotland.deno.dev/x/aleph@1.0.0-beta.15/server/helpers.ts"; parseJSONFile(jsonFile: string): Promise<Record<string, any>>ParametersjsonFile: stringReturnsPromise<Record<string, any>>