import ChainedMap from './ChainedMap.js'; export default class Output extends ChainedMap { constructor(parent: any); }