import { Option } from './option'; declare const some: (data: DataType) => Option; export { some };