import { KeyPair } from './smartcrypto.classes.keypair.js'; export declare class Smartcrypto { createKeyPair(): Promise; }