/** * @deprecated new web implementation is enabled by default. This function will be removed in Gesture Handler 3 */ export declare function enableExperimentalWebImplementation(_shouldEnable?: boolean): void; /** * @deprecated legacy implementation is no longer supported. This function will be removed in Gesture Handler 3 */ export declare function enableLegacyWebImplementation(shouldUseLegacyImplementation?: boolean): void; export declare function isNewWebImplementationEnabled(): boolean;