/**
 * Returns the path to the TypeScript package.json file relative to the given directory.
 *
 * @param dirname - The directory path to resolve from.
 * @returns The path to the TypeScript package.json file.
 *
 * @internal
 */
export declare const getTypeScriptPackageJsonPath: (dirname?: string) => string;
