import { ICommandOptionDefinition } from "@zowe/imperative";
/**
 * Object containing all options to be used by the View API
 */
export declare const ViewOptions: {
    [key: string]: ICommandOptionDefinition;
};
//# sourceMappingURL=View.options.d.ts.map