import threading = require('./threading'); /** * Checks the given assertion. Throws an error if it fails. */ declare function assert(assertion: boolean, msg?: string, thread?: threading.JVMThread): void; export = assert;