/** * Landing page application configuration */ export declare const LANDING_PAGE_APP: { /** * Application name */ readonly NAME: "Plyaz"; /** * Application version */ readonly VERSION: "1.0.0"; /** * Default locale for the application */ readonly DEFAULT_LOCALE: "en"; /** * List of supported locales */ readonly SUPPORTED_LOCALES: readonly ["en", "es", "pt"]; }; /** * Web application configuration */ export declare const WEB_APP: { /** * Application name */ readonly NAME: "Plyaz The App"; /** * Application version */ readonly VERSION: "1.0.0"; /** * Default locale for the application */ readonly DEFAULT_LOCALE: "en"; /** * List of supported locales */ readonly SUPPORTED_LOCALES: readonly ["en", "es", "pt"]; }; //# sourceMappingURL=app.d.ts.map