import { GraphLookupStageInterface } from "../../interfaces"; export declare const graphLookupPayloadValidator: (payload: GraphLookupStageInterface) => string;