/**
 * Check whether a property is standard
 */
export function isStandardSyntaxProperty(property: any): boolean;
