import { GatsbySsrContext } from './types/gatsby';
import { PluginConfig } from './gatsby-node';
export declare const onRenderBody: ({ setHeadComponents }: GatsbySsrContext, config: PluginConfig) => void;
