import { FChannelOperator } from './types';
export declare function debounceTime(delay: number): FChannelOperator;
