import { OperatorFunction } from 'rxjs'; /** Checks whether a value has a length. */ export declare function hasLength(): OperatorFunction;