export declare class GremlinEvent {
    name: any;
    value: any;
    constructor(name: string, value?: any);
}
