export declare const collectionConstructor: string[]; export declare const writingMethods: string[]; export declare const sortLike: string[]; export declare const copyingSortLike: string[]; export declare function flatMap(xs: A[], f: (e: A) => B[]): B[]; export declare function last(arr: Array): T;