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