export declare const findFirstAndLastValues: (data: (number | null)[]) => { firstValue: number | null; lastValue: number | null; };