import { Dictionary } from '@stoplight/types'; export declare function createObjectFromKeyValList(items: string[]): Dictionary;