/**
 * Returns `true` if the identifier needs to be escaped
 * @param identifier
 */
export declare const needToBeEscaped: (identifier: string) => boolean;
//# sourceMappingURL=needToBeEscaped.d.ts.map