import { Derivable } from '@politie/sherlock';
export declare function fromPromise<V>(prom: Promise<V>): Derivable<V>;
