/** * Implement Gatsby's Node APIs in this file. * * See: https://www.gatsbyjs.org/docs/node-apis/ */ import { GatsbyNode } from 'gatsby'; export declare const onPreInit: GatsbyNode['onPreInit']; export { createSchemaCustomization } from './modules/gatsby-plugin/gatsby-node'; export { pluginOptionsSchema } from './modules/gatsby-plugin/pluginOptionsSchema'; export declare const onPreExtractQueries: GatsbyNode['onPreExtractQueries']; //# sourceMappingURL=gatsby-node.d.ts.map