import { CreateSchemaCustomizationArgs } from "gatsby";
export declare const createSchemaCustomization: ({ actions, schema, getNode, }: CreateSchemaCustomizationArgs) => void;
