interface EnsureReportingScriptProps { uuid: string; storeID: number; platform: string | undefined; } export declare function ensureReportingScript({ uuid, storeID, platform }: EnsureReportingScriptProps): void; export {};