import { AbstractSession } from "@zowe/imperative";
import { IDemandComplete } from "./doc/response/IDemandComplete";
import { IDemandParms } from "./doc/input/IDemandParms";
export declare class DemandH {
    static demandH(session: AbstractSession, parms: IDemandParms): Promise<IDemandComplete>;
}
