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