export declare const mustBeDefined: (x: T | undefined, message?: string) => T;