/**
 * Throws an error with the provided message if the provided value does not evaluate to a true Javascript value.
 */
export declare function ok(value?: unknown, message?: string): void;
//# sourceMappingURL=assert.d.ts.map