export declare class AssertionError extends Error {
}
export declare function assert(condition: any, msg?: string): asserts condition;
