import type { DataSetsWithId } from '../datasets/useLegalForms';
import type { QueryOptions } from '../types';
export declare const useNaceCodes: (options?: QueryOptions<DataSetsWithId[]>) => import("@tanstack/react-query").UseQueryResult<DataSetsWithId[], Error>;
