import { Observable } from 'rxjs'; import { RenderStrategies } from '../types/render-strategies'; /** * @internal * @description * Derive the operator for the render strategy. */ export declare function setupOperator$(renderStrategy$$: Observable): Observable>;