import { SourceNodesArgs } from "gatsby";
export declare const sourceNodes: ({ actions, createNodeId, createContentDigest, reporter, getNode, }: SourceNodesArgs, options: {
    url: string;
    email: string;
    password: string;
    headless?: boolean;
}) => Promise<void>;
