import { ScriptTarget } from 'typescript';
export declare function checkInvalidCharacter(text: string, target: ScriptTarget): boolean;
export declare function toValidIdentifier(text: string, target: ScriptTarget): string;
export declare function toTypeName(text: string, target: ScriptTarget): string;
