import { ActionInterface, Status } from './constants'; export declare function init(action: ActionInterface): Promise; export declare function deploy(action: ActionInterface): Promise;