/** Logical application environments shared by infrastructure and application shipment. */ export declare const APP_ENVIRONMENT_IDS: readonly ["local", "preview", "production"]; export type AppEnvironmentId = (typeof APP_ENVIRONMENT_IDS)[number]; //# sourceMappingURL=environments.d.ts.map