export declare class Action { static displayMessage(message: string): void; static displaySearchResults(kodies: any[]): void; static execute(_args: any): Promise; static getKodies(keywords: string[]): Promise; } export declare const action: (_args: any) => Promise; //# sourceMappingURL=action.d.ts.map