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