import { ParentSpanPluginArgs } from 'gatsby';
import { PluginOptions } from '../types';
export declare const onPreBootstrap: (_args: ParentSpanPluginArgs, pluginOptions: PluginOptions) => void;
