import { TargetFramework } from './types';
export declare function toReadableFramework(targetFramework: string): TargetFramework | undefined;
