export { BuildTypes, BundlessTypes, FastscBaseConfig, FastscBundleConfig, FastscBundlessConfig, FastscConfig, JSTransformerTypes, PlatformTypes, } from './config/types'; export declare type PkgType = { name?: string; version?: string; dependencies?: Record; devDependencies?: Record; [key: string]: any; };