import { type LyamHitParams, type LyamParams } from 'lyam'; declare type Goal = 'widget-clicked' | 'widget-opened' | 'widget-opened-native' | 'widget-closed' | 'entry-point-shown' | 'api-show-chat'; export declare function metrikaHit(hitParams?: LyamHitParams, userVars?: LyamParams): void; export declare function metrikaReachGoal(name: Goal, params?: LyamParams): void; export {};