import { Config, Action } from "../types"; export declare const actions: (event: any, options: Config) => Promise; export declare const actionsList: Action[];