export declare const toLocaleString: (options: object | undefined) => (locales: Intl.LocalesArgument | undefined) => (array: ReadonlyArray<unknown>) => string;
