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