export declare function assertIsDefined<T>(value: T, msg?: string): asserts value is NonNullable<T>;
