import type { Logger } from '@graphql-mesh/types';
export declare function handleFork(log: Logger, config: {
    fork?: number;
}): boolean;
