declare const getId: () => string; declare const getCommandFromSentence: (sentence: string) => string; export { getId, getCommandFromSentence, };