export declare function assertDefined(toTest: T | null | undefined | false, msg: string): T; export declare function inspect(obj: {}): string;