import type { GatsbyNode } from "gatsby";
export declare const createSchemaCustomization: ({ actions }: {
    actions: any;
}, userOption: any) => void;
export declare const onPostBootstrap: GatsbyNode["onPostBootstrap"];
//# sourceMappingURL=gatsby-node.d.ts.map