import type { BaseGestureConfig, ExcludeInternalConfigProps, Gesture, SingleGestureName } from '../../types'; export declare function isGestureEnabled(gesture: Gesture): boolean; export declare function resolveInternalConfigProps(config: BaseGestureConfig): void; export declare function prepareConfigForNativeSide(handlerType: SingleGestureName, config: BaseGestureConfig): BaseGestureConfig; export declare function useClonedAndRemappedConfig, THandlerData, TInternalConfig extends Record = TConfig, TExtendedHandlerData extends THandlerData = THandlerData>(config: ExcludeInternalConfigProps>, propsMapping?: ReadonlyMap, propsTransformer?: (config: TInternalConfig) => TInternalConfig): BaseGestureConfig; //# sourceMappingURL=configUtils.d.ts.map