export default class AssertionError extends Error {
    constructor(message: string, stack?: string);
}
