import { URLOptions } from './utils/urlOpts'; declare type Options = Partial; export declare function actionAsync(projectRoot: string, options: Options): Promise; export {};