import { OperatorFunction } from '../interfaces'; export declare function isEmpty<T>(): OperatorFunction<T, boolean>;