import wasm from '../wasm'; export declare function dh_init(size: number, curve: string): string; export declare function fill_rpool(clientDHSecrets: string, serverDHPublics: string, curve: string): string; export declare function get_rpool_size(curve: string): string; export declare function compute_presig(apiKeyStr: string, msgHashStr: string, curve: string): string; export declare const init_api_childkey_creator: typeof wasm.init_api_childkey_creator; export declare const init_api_childkey_creator_with_verified_paillier: typeof wasm.init_api_childkey_creator_with_verified_paillier; export declare const verify_paillier: typeof wasm.verify_paillier; export declare const create_api_childkey: typeof wasm.create_api_childkey; export declare const verify: typeof wasm.verify; export declare const publickey_from_secretkey: typeof wasm.publickey_from_secretkey;