import { ScriptType } from '../../../types/ThirdParties'; export type ClientScriptType = Partial; target?: 'head' | 'body'; onLoad?: () => void; }>; export declare const initBodyObserver: () => void; export declare const loadScript: (options: ClientScriptType) => void;