import { AssertionFailed } from './errors'; import { Result } from 'defekt'; declare const report: (result: Result) => void; export { report };