/** * Asserts that value is truthy. * * @param value - Value to check. * @param message - Optional error message to throw. */ export declare function assert(value: unknown, message?: string): asserts value; //# sourceMappingURL=assert.d.ts.map