/** * Utility to throw an error in ternary or nullish coalescing expressions */ export declare const throwError: (thrown: string | Error) => never;