export declare type RawIntlMessages = Record<string, any>;
export declare type IntlMessages = Record<string, string>;
