export declare function assert(test: unknown, msg?: string): asserts test;
export declare function notNull<T>(value?: T): NonNullable<T>;
