import { ModuleExports, Renderer, ProjectAnnotations } from '@storybook/types'; declare function getField(moduleExportList: ModuleExports[], field: string): TFieldType | TFieldType[]; declare function getArrayField(moduleExportList: ModuleExports[], field: string, options?: { reverseFileOrder?: boolean; }): TFieldType[]; declare function getObjectField>(moduleExportList: ModuleExports[], field: string): TFieldType; declare function getSingletonField(moduleExportList: ModuleExports[], field: string): TFieldType; declare function composeConfigs(moduleExportList: ModuleExports[]): ProjectAnnotations; export { getArrayField as a, getObjectField as b, composeConfigs as c, getSingletonField as d, getField as g };