export declare function removeFromArray(arr: T[], item: T): boolean; export declare function assert(cond: boolean, msg?: string): void;