import { SilkeCommand, SilkeCommandTextFieldValue } from './utils'; /** Parse raw text into structured command values */ export declare function parseTextToSilkeCommands(text: string, availableCommands: SilkeCommand[]): SilkeCommandTextFieldValue[];