/** Utility function to create a K:V from a list of strings */ export declare function strEnum(o: Array): { [K in T]: K; };