import { Only } from './only.type'; export declare type Either = Only | Only;