export declare function last(str: string): string;
export declare function last<A>(coll: A[]): A;
