/** * The `tne` function stands for `throw new error`. It takes a message and options and throws a new error. * * [Aracna Reference](https://aracna.dariosechi.it/core/functions/tne) */ export declare function tne(message?: string, options?: any): void;