export type LocaleDataToOption<T> = {
    [P in keyof T]?: Partial<T[P]>;
};
//# sourceMappingURL=helpers.d.ts.map