declare const toggle: (array: T[], item: T) => T[]; export { toggle, }; //# sourceMappingURL=toggle.d.ts.map