import type { CreateIntent } from './types'; export declare function parseCreateIntent(input: string): CreateIntent;