declare type Options = { latest?: boolean; }; export declare function actionAsync(options: Options): Promise; export {};