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