export declare class AssertionError extends Error { name: string; constructor(message: string); }