export default function none(iterable: Iterable, predicate?: ((value: T, index: number) => any)): boolean;