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