import { Session } from "@zowe/imperative";
import { ElmSpecDictionary, IElementBasicData, IEndevorRestReports, IElementActionReport } from "../index";
export declare class ElementUtils {
    static setElementSpec(args: ElmSpecDictionary): IElementBasicData;
    static setElementRequestURI(instance: string, element: IElementBasicData): string;
    static writeConsoleOutput(session: Session, instance: string, reportURIs: IEndevorRestReports, isWriteReport: boolean, logStack: string[], reportFileName?: string, reportDir?: string, suppressInfo?: boolean, appendToFile?: boolean): Promise<void>;
    static parseElementC1MSGS2reports(C1MSGS2: string): IElementActionReport[];
}
