/** * React Query Mutation Hook for Removing Feature Flag Overrides */ import { createApiMutation } from '../../../hooks/factories'; import type { RemoveOverrideResponse, ServiceOptions, FeatureFlagErrorResponse } from '@plyaz/types/api'; import type { EndpointsList } from '@/api/endpoints'; /** * Hook for removing feature flag overrides */ export declare function useRemoveFeatureFlagOverride(serviceOptions?: ServiceOptions, mutationOptions?: Parameters>>[1]): ReturnType>>; //# sourceMappingURL=useRemoveFeatureFlagOverride.d.ts.map