import { OperatorSpecification } from 'swirly-types'; import { RendererContext, UpdatableRendererResult } from './types'; export declare const renderOperator: (ctx: RendererContext, operator: OperatorSpecification) => UpdatableRendererResult;