export declare function isKeyof(x: any): x is keyof T; export declare function isNonNull(value: T): value is NonNullable;