export declare type Must = <T>(nullable?: T) => asserts nullable;
export declare const must: Must;
//# sourceMappingURL=assertions.d.ts.map