declare function createChecker(prop: P): (object: any) => object is T; export default createChecker;