import type { DangerRuntimeContainer } from "../dsl/results.ts"; /** * Resolve the path to the Dangerfile. * If a specific path is given, use it. Otherwise, search for defaults. */ export declare function resolveDangerfilePath(specified?: string): string | undefined; /** * Execute a Dangerfile and return the results. * The singleton DSL must be populated before calling this. */ export declare function runDangerfile(dangerfilePath: string): Promise; //# sourceMappingURL=dangerfile.d.ts.map