/**
 * Exporting functions
 */
export { validateEnv } from "./envGuard.js";
/**
 * Exporting types
 */
export type { EnvGuardOptions, EnvSchema } from "../index.js";
//# sourceMappingURL=index.d.ts.map