Rocky_Mountain_Vending/.pnpm-store/v10/files/c1/3a976e7352fc0b5dd4e6ebab6fff256a994b4ef6778fe996460c01f8445fa290a9bd85652962711a33f603de9ad742fc74975f15fea2b3fca2998c3372fe62
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

4 lines
311 B
Text

import { DateTimeSkeleton, MessageFormatElement } from './types';
export declare function printAST(ast: MessageFormatElement[]): string;
export declare function doPrintAST(ast: MessageFormatElement[], isInPlural: boolean): string;
export declare function printDateTimeSkeleton(style: DateTimeSkeleton): string;