export declare function assert(b: boolean, message?: string): asserts b; export declare function assertExists(v: T | null | undefined): T;