import type { PasswordPubKey } from './types.js';
export declare const crypto: (pubkey: string, encryptString: string) => string;
export declare const cryptoPassword: ({ pubkey, ts }: PasswordPubKey, password: string) => string;
