export declare function first<A>(coll: A[]): A | null;
export declare function first(text: string): string | null;
