import type { Collection } from "./types"; /** * * * @export * @template T * @param {Collection} collection * @return {T[]} */ export declare function collect(collection: Collection): T[];