import { Operator } from './types'; export declare function take(n: number): Operator; export declare function first(): Operator;