export declare type LoginResponseType = {
    isPassCodeEnabled?: boolean;
    locale?: string;
    redirectUrl?: string;
    sessionId?: string;
    status: number;
    statusText: string;
};
//# sourceMappingURL=LoginResponseType.d.ts.map