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