import { AuthenticationResult } from "./common";
export interface PasswordAuthResult extends AuthenticationResult {
}
