Rocky_Mountain_Vending/.pnpm-store/v10/files/4d/500bd254622f1a4b0ae571e5ae593dc76418266b687bbb6b2563e86e9702106d09540295e278cba8ea936146c9c93760e61ca626ed1e1ec420ec2223d87789
DMleadgen 46d973904b
Initial commit: Rocky Mountain Vending website
Next.js website for Rocky Mountain Vending company featuring:
- Product catalog with Stripe integration
- Service areas and parts pages
- Admin dashboard with Clerk authentication
- SEO optimized pages with JSON-LD structured data

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-02-12 16:22:15 -07:00

9 lines
263 B
Text

import type { Locale } from "./types.js";
/**
* @category Locales
* @summary Belarusian Classic locale.
* @language Belarusian Classic
* @iso-639-2 bel
* @author Ryhor Nopears [@nopears](https://github.com/nopears)
*/
export declare const beTarask: Locale;