export declare const CONFIG_FILES: {
    tailwind: string[];
    postcss: string[];
    vite: string[];
    webpack: string[];
};
export declare const FRAMEWORK_DEPS: Array<[string, string]>;
