/**
 * The request parameters for the `snap_getLocale` method.
 *
 * This method does not accept any parameters.
 */
export type GetLocaleParams = never;
/**
 * The result returned by the `snap_getLocale` method.
 *
 * It is the locale of the user's MetaMask extension.
 */
export type GetLocaleResult = string;
//# sourceMappingURL=get-locale.d.mts.map