import { Types } from "@amplitude/analytics-browser";
import BrowserOptions = Types.BrowserOptions;
export declare class AmplitudeLog {
    private _client;
    constructor(amplitude_key: string, amplitude_browser_options?: BrowserOptions);
    private setEventDate;
    send: (key: string, data?: {}) => void;
    useSendBeacon: () => void;
    getInstance: () => any;
}
