/** * parse text to command line */ declare const _default: (text: string, commandLineConfigs: any[]) => any; export default _default;