import { SourceNodesArgs, GatsbyNode } from "gatsby";
interface PluginOptions {
    apiKey: string;
}
export declare const pluginOptionsSchema: GatsbyNode["pluginOptionsSchema"];
export declare const sourceNodes: ({ actions, createNodeId, createContentDigest, reporter }: SourceNodesArgs, pluginOptions: PluginOptions) => Promise<void>;
export {};
