import { FetchManyRulesResponse } from "../../../interfaces/models/Rule"; export interface FetchManyRulesProps { spaceId: string; } declare function useFetchManyRules(): (props: FetchManyRulesProps) => Promise; export default useFetchManyRules;