import type { AstroIntegration } from "astro"; import type { astroGistsUserConfig} from "./UserConfigSchema"; export default function astroGists(options?: astroGistsUserConfig): AstroIntegration;