import type { OptionValue } from '../models'; export declare const mockOptionValue: (optionValue?: Partial) => OptionValue; export declare const mockOptionValues: () => OptionValue[]; export declare const mockRecordOfOptionValues: () => Record;