export function testJwt(_tc: t.TestCase): Promise; export function testEncryption(tc: t.TestCase): Promise; export function testReapeatEncryption(tc: t.TestCase): Promise; export function testImportExport(tc: t.TestCase): Promise; export function testEncryptionPerformance(tc: t.TestCase): Promise; export function testConsistentKeyGeneration(_tc: t.TestCase): Promise; export function testSigning(tc: t.TestCase): Promise; import * as t from './testing.js'; //# sourceMappingURL=crypto.test.d.ts.map