import { ISourcingContext, IRemoteNode } from "../../types"; export declare function createNodes(context: ISourcingContext, remoteTypeName: string, remoteNodes: AsyncIterable): Promise; type GatsbyNodeId = string; export declare function createNode(context: ISourcingContext, remoteNode: IRemoteNode): Promise; export {};