export declare const EXTENSION_BACKEND_API_URL: string; export declare const GPDB_API_URL: string; export declare const ANALYTICS_API_URL: string; export declare const SEARCH_BOX_TIP = "Input the name you want to find pronunciation for. You can also find the name and its pronunciation by providing an email. If you want to find a fullname, please use whitespace or coma to separate the name parts."; export declare const DEVICES_CHANGED_MESSAGE = "The configuration of your media devices has changed. Please relaunch the NameCoach add-in in order to avoid issues with recording."; export declare const DEFAULT_NAME_OWNER = "outlook-app"; export declare const TOOLTIP_DELAY = 1000; export declare const RESTORE_PRONUNCIATION_AUTOCLOSE_DELAY = 5000; export declare const TOOLTIP_SHOW_DELAY = 350; export declare const TOOLTIP_HIDE_DELAY = 350; export declare const TOOLTIP_MARGIN = 7; export declare const TOOLTIP_AUTOCLOSE_DELAY = 1000; export declare const MIN_INPUT_SYMBOLS_TO_SUGGEST = 3; export declare const SUGGESTIONS_ALLOWED_COUNT = 3; export declare const NAME_PARTS_MAX_ALLOWED_COUNT = 5;