import type { Operator } from './index'; /** * Equivalent of the Javascript array split method. Matches its behavior/corner cases, which is why the * implementation is more funky than you may expect. * * @param separator * @param limit */ export default function string; }>(separator: string, limit?: number): Operator;