import { OptionContent } from './types'; export declare function flattenOptions(options: OptionContent[]): OptionContent[];