export declare function initCounters(configs: Record[]): void; declare function hit(...args: any[]): void; declare function params(...args: Record[]): void; declare function reachGoal(counterName: string, ...args: any[]): void; declare function reachGoals(goals: string | object, counterName?: string): void; declare function getServicePrefix(id: string): "CMPT" | "IAM" | "VPC" | "STRG" | "SK" | "CH" | "MONGO" | "POSTGR" | "MR" | "MMSQL" | "MK" | "TRSL" | "INSTGR" | "LB" | "MQ" | "DL" | "MNTRG" | "DP" | "KMS" | "YDB" | "INTRCNCT" | undefined; declare function getMarketPlacePrefix(id: string): string; declare function goalGoToConsole(prefix: string): string; declare function goalGoToForm(prefix: string): string; declare function goalGoToDocs(prefix: string): string; declare function goalFormSubmit(prefix: string): string; declare function goalEventFormSubmit(id: string): string; declare function goalEventVideoAction(id: string, action: string): string; declare function goalCaseFormSubmit(id: string): string; declare function goalSwitchLang(place: string): string; declare const _default: { hit: typeof hit; params: typeof params; reachGoal: typeof reachGoal; reachGoals: typeof reachGoals; Goal: { SUPPORT_OPEN_FORM: string; SUPPORT_STEP_1_SUBMIT: string; SUPPORT_STEP_2_SUBMIT: string; SUPPORT_STEP_3_SUBMIT: string; SUPPORT_THANKYOU_SUBMIT: string; MP_OPEN_FORM: string; EDIT_ON_GITHUB: string; MAIN_GO_TO_VAR: string; MAIN_GO_TO_ISV: string; MAIN_ALL_PARTNERS: string; FIND_GO_TO_VAR: string; ISV_GO_TO_MP: string; FOOTER_SUBSCRIBE: string; FOOTER_MNG_SUBSCRIPTIONS: string; MOBILE_STORE_IOS: string; MOBILE_STORE_ANDROID: string; REGION_POPUP_SHOW: string; REGION_POPUP_YES: string; REGION_POPUP_NO: string; REGION_POPUP_CLOSE: string; SCALE_REGISTRATION: string; DLGOTOPRODUCT_MPSITE: string; MPK8S_CLCK: string; 'SITE_CALCULATOR_SHARE-RESULT_CLICK': string; }; getServicePrefix: typeof getServicePrefix; getMarketPlacePrefix: typeof getMarketPlacePrefix; goalGoToConsole: typeof goalGoToConsole; goalGoToForm: typeof goalGoToForm; goalGoToDocs: typeof goalGoToDocs; goalFormSubmit: typeof goalFormSubmit; goalEventFormSubmit: typeof goalEventFormSubmit; goalEventVideoAction: typeof goalEventVideoAction; goalCaseFormSubmit: typeof goalCaseFormSubmit; goalSwitchLang: typeof goalSwitchLang; }; export default _default;