export interface ActionDefinition { name: string; type: string; description: string; } export declare class ActionsParser { static parseActionsFile(content: string): ActionDefinition[]; } //# sourceMappingURL=actions-parser.d.ts.map