import { CiProvider, Env } from "./types";
export declare function findProvider(env: Env, localProject?: string): CiProvider;
