export declare const first: <T>(array: T[]) => T | undefined;
export declare const last: <T>(array: T[]) => T | undefined;
