import { Intent } from '../types'; export declare class IntentParser { private destructiveKeywords; private actionPatterns; parse(input: string): Intent; } //# sourceMappingURL=intent-parser.d.ts.map