import { ICommandDefinition } from "@zowe/imperative";
/**
 * Create PS command definition containing its description, examples and/or options
 * @type {ICommandDefinition}
 */
export declare const PsDefinition: ICommandDefinition;
