/**
 * ASserts truthfulness of an expression
 * @param expr Expression to assert
 */
export declare function assert(expr: any): void;
