/**
 * Terminates the BN128 curve instance used by SnarkJS.
 */
export declare function terminateCurve(): Promise<void>;
/**
 * Returns the path to the temporary directory used by ZKit.
 *
 * Creates the directory if it does not exist.
 *
 * @returns {string} The path to the temporary `.zkit` directory inside the OS temp folder.
 */
export declare function getTmpDir(): string;
//# sourceMappingURL=protocol-utils.d.ts.map