import { CustomError } from './custom-error.js'; export declare class AssertionError extends CustomError { }