/** * The `tie` function stands for `throw if error`. It takes a value and throws an error if the value is an error. * * [Aracna Reference](https://aracna.dariosechi.it/core/functions/tie) */ export declare function tie(value: T | U): T;