import { IOutput, IOutputProperties } from '../types'; /** * Creatr an Output object * @param {*} name * @param {*} properties */ export declare function Output(name: string, properties: IOutputProperties): IOutput;