import type { BrowserPluginArgs } from "gatsby"; import type { PluginOptions } from "../types"; export declare const onClientEntry: (_args: BrowserPluginArgs, options: PluginOptions) => void;