export declare const ActionType: {
    readonly REANIMATED_WORKLET: 1;
    readonly NATIVE_ANIMATED_EVENT: 2;
    readonly JS_FUNCTION_OLD_API: 3;
    readonly JS_FUNCTION_NEW_API: 4;
    readonly NATIVE_DETECTOR: 5;
    readonly VIRTUAL_DETECTOR: 6;
};
export type ActionType = (typeof ActionType)[keyof typeof ActionType];
//# sourceMappingURL=ActionType.d.ts.map