import type { PortableCrypto } from "./portable-crypto";
export { PortableCrypto } from "./portable-crypto";
export default function instance(): PortableCrypto;
