declare type Options = { id?: string; }; export declare function actionAsync(projectRoot: string, { id }: Options): Promise; export {};