import { Auth } from "./Auth";
export interface AuthResponse {
    success: boolean;
    message?: string;
    data: Auth;
}
//# sourceMappingURL=AuthResponse.d.ts.map