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