import { Resource } from '../app';
declare const runnerList: string[];
declare type Runner = typeof runnerList[number];
export declare const findRunners: (dir: string) => Promise<Runner[]>;
export declare const installDependencies: (resource: Resource) => Promise<void>;
export {};
