import type { IFrameworkConfig } from "../interface/framework-config.interface";
import { EFramework } from "../enum/framework.enum";
export declare const FRAMEWORK_CONFIG: Record<EFramework, IFrameworkConfig>;
