export function getEddsaCompressedPublicKey(seedString: string): Promise; export function eddsaSign(seedString: string, message: string): Promise;