export declare const CHECKOUT_TRANSLATION_NAMESPACE = "checkout-page"; export declare class I18NFileReader { locale: string; namespaces: string[]; localePath?: string; constructor(locale: string, namespaces: string[], localePath?: string); read(): Promise>; private readLocaleFile; }