/** * Throws an error with the provided message if the provided value does not evaluate to a true Javascript value. */ export declare function ok(value?: any, message?: string): void;