import type { Host } from '@wix/sdk-types'; export declare const monitoring: { getMonitoringClient: () => ReturnType>; } & import("@wix/sdk-types").HostModule<{ getMonitoringClient: () => ReturnType>; }, Host>;