/** * https://simplestatistics.org/docs/#permutationstest */ declare function permutationTest( sampleX: number[], sampleY: number[], string?: string, k?: number ): number export default permutationTest;