export declare function first<K, V>(entry: readonly [K, V]): K;
export declare function second<K, V>(entry: readonly [K, V]): V;
