import type { JSX } from 'react'; import type { AmplitudeAnalyticsConfig } from '@redocly/theme/config'; export declare const buildScripts: (pluginOptions: AmplitudeAnalyticsConfig, excludePaths: RegExp[]) => { headComponents: JSX.Element[]; postBodyComponents: JSX.Element[]; }; //# sourceMappingURL=build-scripts.d.ts.map