/**
 * This method does not accept any parameters.
 */
export type GetLocaleParams = never;
/**
 * The user's locale setting as a [language code](https://github.com/MetaMask/metamask-extension/blob/develop/app/_locales/index.json).
 */
export type GetLocaleResult = string;
//# sourceMappingURL=get-locale.d.mts.map