declare type Options = {
apiKey?: string;
};
export declare function actionAsync(projectRoot: string, options: Options): Promise<void>;
export {};