export type WindModelType = 'wind'; declare const WindModels: { [key in WindModelType]: any; }; export default WindModels;