import { LDRetrieverSuperRewrite } from "../../sidefx/LDRetrieverSuper-rewrite"; export declare const BeaconSenderName = "metaexplorer.io/analytics/BeaconSender"; export declare const BeaconSenderType = "metaexplorer.io/analytics/BeaconSenderType"; export declare class BeaconSender extends LDRetrieverSuperRewrite { lastStringified: string; constructor(parameters: any); evalDirtyInput(): void; }