export declare type ExternalScript = { scriptId: string; src: string; onloadMethod: string; condition: boolean; dataNamespace?: string; };