export default function splitBy(array: [], fn: (elm: any) => boolean): [Array<any>, Array<any>];
