declare module "vwo-amplitude-integration" {
  export default function VWOAmplitudePlugin(amplitude: {[k: string]: any}): void;
}
