import { OperatorFunction } from 'rxjs'; export declare function split(separator: string, limit?: number): OperatorFunction;