export declare const compute: {
    defined: <Value, Result>(value: Value, block: (value: Exclude<Value, undefined>) => Result) => Result | undefined;
};
