import AbstractProfileActionHandler from "../../../handlers/AbstractProfileActionHandler"; import { Session } from "@zowe/imperative"; import { IResponse } from "../../../api/response/IResponse"; export default class InvokeHandler extends AbstractProfileActionHandler { protected sendRestRequest(session: Session, resource: string, headers: any): Promise; protected getPayload(): string; }