import { JsonObject } from "type-fest"; /** * @export * @class SuggestCommand */ export declare class SuggestCommand { /** * @private * @type {Application} * @memberof ComponentFactory */ private readonly app; /** * @static * @param {JsonObject} context * @returns {(Promise)} * @memberof SuggestCommand */ execute(context: JsonObject): Promise; } //# sourceMappingURL=suggest.d.ts.map