/** * Event fired by wire adapters to emit a new value. */ export declare class ValueChangedEvent { value: any; type: string; constructor(value: any); }