import { ValidateKeystoreUserInput } from '../types'; export declare const validateKeystoreUser: (input: ValidateKeystoreUserInput) => Promise;