export declare const supportedTypes: string[]; export declare class Action { static displayMessage(message: string, color?: string): void; static execute(_args: any): Promise; } //# sourceMappingURL=action.d.ts.map