import { VueConstructor } from 'vue/types/umd';
export default function (instance: InstanceType<VueConstructor>, event: keyof WindowEventMap, handler: Function): void;
