import { Session } from "@zowe/imperative";
import { IElementBasicData, IEndevorRestResponse, IElementActionRequestOptions, RetrieveElmDictionary } from "../index";
export declare class RetrieveElement {
    private static ZOWE_CLI_RETRIEVE_TO_DESCRIPTION;
    static retrieveElement(session: Session, instance: string, element: IElementBasicData, requestBody: IElementActionRequestOptions, charset?: string, codePage?: string): Promise<IEndevorRestResponse<Buffer>>;
    static setupRetrieveRequest(args: RetrieveElmDictionary): IElementActionRequestOptions;
    static setupViewRequest(args: RetrieveElmDictionary): IElementActionRequestOptions;
}
