import { SWUBannerOptions, SWURibbonOptions } from ".."; export declare const getScriptOptions: () => (SWUBannerOptions & { type: "banner"; }) | (SWURibbonOptions & { type: "ribbon"; });