import type { NestedList } from './types'; export declare function flatten(source?: NestedList): T[];