export declare class AssertionError extends Error { } export declare function assert(exp: boolean, message: string): void;