export declare const fst: <T, _>([x, _]: [T, _]) => T;
export declare const snd: <_, T>([_, x]: [_, T]) => T;
