import { IMessageDefinition } from "@zowe/imperative";
/**
 * Messages displayed by the zosmf check status command
 * @type {object.<string, IMessageDefinition>}
 */
export declare const CheckStatusMessages: {
    [key: string]: IMessageDefinition;
};
//# sourceMappingURL=CheckStatus.messages.d.ts.map