export declare function getOptions(isPassiveSupported?: boolean): { passive: boolean; } | { passive?: undefined; };