/// import type { EleventyConfig } from '@11ty/eleventy'; import { Options } from './schemas.js'; export { DEFAULT_OPTIONS, directive, feature, options } from './schemas.js'; export type { Directive, Options } from './schemas.js'; /** * Plugin configuration function. */ export declare const permissionsPolicyPlugin: (eleventyConfig: EleventyConfig, options: Options) => void; //# sourceMappingURL=index.d.ts.map