export declare const range: (length: number) => any; export declare function stringsToEnum(strings: Array): { [K in T]: K; };