export type GlobalSettings = { readonly locale: string; }; export declare function setGlobal(settings: Partial): void; export declare function getGlobal(): Readonly>;