import { type Result } from '../core/result.js';
export declare function unwrapErrOrForResult<E>(input: Result<unknown, E>, defaultValue: E): E;
