export declare const tests: { "sampleN returns an arbitrary array of items from the sequence of size n"(): void; "sampleN on a sequence too short throws an error"(): void; "sampleN on a sequence too short returns the whole sequence if allowShorter is true"(): void; };