import { Pipe } from './index'; import Core from '../core'; export declare const createThrottlePipe: (aegis: Core, maxLength?: number | undefined) => Pipe;