declare function assert(condition: any, message?: string): asserts condition; export default assert;