import { OptionRow } from "../types";
export declare function parseOptions(v: OptionRow[] | Record<string, any>): OptionRow[];
