import type { GatsbyNode } from "gatsby";
export * from "./node-apis/preprocess-source";
export declare const createSchemaCustomization: GatsbyNode["createSchemaCustomization"];
export declare const onCreateBabelConfig: GatsbyNode["onCreateBabelConfig"];
export declare const onCreateWebpackConfig: GatsbyNode["onCreateWebpackConfig"];
