import { OperatorFunction } from 'rxjs'; /** Plucks the length of a value. */ export declare function pluckLength(): OperatorFunction;