import type { GetEnv } from 'astro/env/setup';
export declare const createGetEnv: (env: Record<string, unknown>) => GetEnv;
