export declare const tests: { "last returns the last item of the sequence"(): Promise; "last throws error with empty sequence"(): Promise; };