import type { CategoryConfig } from "../../config/schema";
import type { DelegatedModelConfig } from "./types";
export declare function applyCategoryParams(base: DelegatedModelConfig, config: CategoryConfig | undefined): DelegatedModelConfig;
