import { actionInterface } from "./constants"; export declare function init(action: actionInterface): Promise; export declare function switchToBaseBranch(action: actionInterface): Promise; export declare function generateBranch(action: actionInterface): Promise; export declare function deploy(action: actionInterface): Promise;