import * as ts from 'typescript';
/*** Indicates whether identifiers require the use of quotation marks when accessing property definitions and dot notation. */
export declare function requiresQuoting(name: string, target?: ts.ScriptTarget): boolean;
