import { Session } from "@zowe/imperative"; import { IElementBasicData, IEndevorRestResponse, IElementActionRequestOptions, GenerateElmDictionary, IEndevorAsyncTask } from "../index"; export declare class GenerateElement { static setupGenerateRequest(args: GenerateElmDictionary): IElementActionRequestOptions; static generateElement(session: Session, instance: string, element: IElementBasicData, requestBody: IElementActionRequestOptions): Promise>; static generateElementAsync(session: Session, instance: string, element: IElementBasicData, requestBody: IElementActionRequestOptions): Promise>; }