export type StringNotation = string; export type ArrayNotation = string[]; export type Any = StringNotation | ArrayNotation; //# sourceMappingURL=locale.d.ts.map