import type { ParentSpanPluginArgs } from "gatsby"; import { PluginOptions } from "../types"; export declare const onPostBootstrap: (args: ParentSpanPluginArgs, options: PluginOptions) => Promise;