/** * @file Test.ts * @author Gage Sorrell * @copyright (c) 2026 Gage Sorrell * @license MIT */ /** * Determine whether a given {@link TypeName} is a valid type name in TypeScript. * * @param TypeName - The type name to test. * * @returns {boolean} Whether the given {@link TypeName} is valid. */ export declare function IsValidTypeName(TypeName: string): boolean; //# sourceMappingURL=Test.d.ts.map