/// import type { EleventyConfig } from '@11ty/eleventy'; import { type Options } from './schemas.js'; export type { EleventyConfig } from '@11ty/eleventy'; export { env_var } from './schemas.js'; export type { Options } from './schemas.js'; /** * Plugin that checks whether the environment variables you specified are set * when Eleventy builds your site. * * @public * @param eleventyConfig - {@link EleventyConfig | Eleventy configuration}. * @param options - Plugin {@link Options | options}. */ export declare const ensureEnvVarsPlugin: (_eleventyConfig: EleventyConfig, options?: Options) => void; //# sourceMappingURL=index.d.ts.map