export declare const getTypescript: (typescriptPath?: string) => typeof import("typescript");
/**
 * Resolves the TypeScript package version used for ts-loader (project or explicit path).
 * @returns `null` when `typescript` cannot be resolved.
 */
export declare const getResolvedTypescriptVersion: (typescriptPath?: string) => string | null;
