import { i as $, n as SchemaShape, r as Dict, t as MergeExtends } from "./types-BzoNhHhq.js"; import { EnvSchema, type } from "arkenv"; import { distill, type as type$1 } from "arktype"; //#region src/shared.d.ts /** * Create a validated, type-safe environment configuration for Next.js applications (Shared entry point). */ declare function createEnv(schema: EnvSchema, options?: { extends?: [...TExtends]; runtimeEnv?: Dict; }): Readonly> & MergeExtends>; declare const arkenv: typeof createEnv; //#endregion export { createEnv, arkenv as default, type }; //# sourceMappingURL=shared.d.ts.map