import type { wrap_a_T2 } from '../wrap_a/index.js' /** * Flattens the a & it's children into an array without chunks */ export declare function flatten(a:wrap_a_T2):I[] export declare function maybe_flatten( in_a:wrap_a_T2, or?:Or ):I[]|Or export { flatten as flatten__a1, }