export declare const tests: { "lastN returns a sequence of the correct length"(): Promise; "lastN with sequence too short throws an error"(): Promise; "lastN with sequence too short can be return shorter sequence by passing true"(): Promise; };