import { Types } from "@amplitude/analytics-browser";
import BrowserOptions = Types.BrowserOptions;
export declare const initCPLog: (flounder_key: string, amplitude_key: string, hackle_key: string, is_dev?: boolean, amplitude_browser_options?: BrowserOptions) => void;
export declare const sendCPLog: (key: string, data?: {}, is_gtm?: boolean) => void;
export declare const getAmplitudeInstance: () => any;
