import { Event } from '../../api/contract/Event'; export declare class SetOutputEvent extends Event { type: string; key: string; value: any; constructor(key: string, value: any); }