type Types = string | Types[];
/** @internal */
export declare function flattenUniq(list: Types[], result?: string[]): string[];
export {};
