import { Context } from "../../Context"; export declare class InitAction { private context; constructor(context: Context); doAction(options: any, wisePath_: string): Promise; }