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