export declare function assertDefined<T>(obj: T, message?: string): asserts obj is NonNullable<T>;
//# sourceMappingURL=assertions.d.ts.map