import type { RemoveInitializedOperator } from '../types'; export declare const take: (n: number) => RemoveInitializedOperator;