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