import { Dictionary } from "ts-essentials"; declare type AsyncOrSync = Promise | T; export declare type CiProvider = { isCurrentlyRunning(): AsyncOrSync; getCurrentSha(): AsyncOrSync; isFork(): AsyncOrSync; getPullRequestID(): AsyncOrSync; getProjectSlug(): AsyncOrSync; supportsSpeculativeBranchSelection(): AsyncOrSync; }; export declare type Env = Dictionary; export {};