import { FrenchTerm } from "../terms"; export declare type BuildFixedTermParams = { type: string; entry: string; pronunciation?: string; kind?: string; }; export declare function buildFixedTerm({ type, entry, pronunciation, kind }: BuildFixedTermParams): FrenchTerm | null; //# sourceMappingURL=fixedTerms.d.ts.map