import { RunOutput, Score } from "@empiricalrun/types"; export declare const name = "json-syntax"; export declare const isJson: ({ output, }: { output: RunOutput; }) => Promise; //# sourceMappingURL=json.d.ts.map