import { DangerDSLJSONType, DangerDSLType } from "../dsl/DangerDSL"; export declare const jsonToDSL: (dsl: DangerDSLJSONType) => Promise;