declare type Options = { url?: string; }; declare const handleAffiliateId: (fromAccount: string | null, { url }?: Options) => void; export default handleAffiliateId;