/** * @export * @class Listing */ export declare class Listing { /** * @private * @type {Logger} * @memberof Command */ private readonly logger; /** * @static * @param {string[]} elements * @returns {Promise} * @memberof Listing */ render(elements: string[]): Promise; } //# sourceMappingURL=listing.d.ts.map