import { VPVEvent } from "./types"; export declare const getEventName: (instanceId: number, event: VPVEvent) => string;