export declare function isValidIdentifier(identifier: string): boolean;
export declare function isValidTypeName(identifier: string): boolean;
export declare function isValidNamespace(identifier: string): boolean;
export declare function toCamelCase(identifier: string): string;
export declare function toPascalCase(identifier: string): string;
//# sourceMappingURL=naming.d.ts.map