export { CommandParser } from './command-parser';
export declare const openLink: (link: string) => void;
export declare const getGreetingBasedOnTime: (date?: Date) => "Good morning! Wishing you a productive day ahead!" | "Good afternoon! Keep up the great work!" | "Good evening! Hope you had a fantastic day!" | "Good night! Rest well and see you tomorrow!";
export * from './dependency-injection';
