/**
 * Check whether a declaration is standard
 */
export function isStandardSyntaxDeclaration(decl: any): boolean;
