import { DangerContext } from "./Dangerfile"; /** * Reads in the JSON string converts to a dsl object and gets the change context * to be used for Danger. * @param JSONString {string} from stdin * @param program {any} commander * @returns {Promise} context for danger */ export declare function jsonToContext(JSONString: string, program: any): Promise;