import { GatsbyNode } from 'gatsby';
import onCreatePage from './gatsby/onCreatePage';
import pluginOptionsSchema from './gatsby/pluginOptionsSchema';
export { onCreatePage, pluginOptionsSchema };
export declare const createSchemaCustomization: GatsbyNode['createSchemaCustomization'];
export declare const onPreInit: GatsbyNode['onPreInit'];
export declare const createPages: ((args: import("gatsby").CreatePagesArgs & {
    traceId: "initial-createPages";
}, options: import("gatsby").PluginOptions, callback: import("gatsby").PluginCallback<void>) => void | Promise<void>) | undefined;
