declare class PackageVersionCreateRequestListCommand {
    [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;
    }[];
}
export = PackageVersionCreateRequestListCommand;
