import types from './types'; declare function abbrev(...names: string[]): types.PlainObj; export default abbrev;