declare class packageInstalledListCommand {
    [property: string]: any;
    constructor();
    execute(context: any): any;
    _execute(context: any): any;
    /**
     * indicates that the human readable message should be tabular
     *
     * @returns {[{}...]}
     */
    getColumnData(): {
        key: string;
        label: any;
    }[];
}
declare const _default: {
    packageInstalledListCommand: typeof packageInstalledListCommand;
    QUERY: string;
};
export = _default;
