/**
 * Check whether a property is a custom one
 */
export function isCustomProperty(property: any): boolean;
