/** * Throw an AssertionError * @param {string} message - The message to pass to the AssertionError */ export declare const fail: (message?: string) => never; //# sourceMappingURL=fail.d.ts.map