import type { AstroIntegration } from "astro"; import type { IntegrationInput } from "./types.ts"; export declare function astroOpenGraphImages({ options, render, filter, pathFilter, }: IntegrationInput): AstroIntegration; //# sourceMappingURL=integration.d.ts.map