import { ISimpleType } from "../../internal"; /** @hidden */ export declare type UnionStringArray = T[number]; export declare function enumeration(options: T[]): ISimpleType>; export declare function enumeration(name: string, options: T[]): ISimpleType>;